node version => 18

This commit is contained in:
Jan Prochazka
2024-05-08 10:27:35 +02:00
parent 550354fe09
commit 21a24f9ba2
6 changed files with 11 additions and 11 deletions

View File

@@ -53,10 +53,10 @@ jobs:
type=match,pattern=\d+.\d+.\d+,suffix=-alpine,enable=${{ !contains(github.ref_name, '-docker.') && !contains(github.ref_name, '-beta.') }}
type=raw,value=alpine,enable=${{ !contains(github.ref_name, '-docker.') && !contains(github.ref_name, '-beta.') }}
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: yarn install
run: |
# yarn --version