Update workflows with node16 lts

This commit is contained in:
ProjectInfinity
2023-12-24 05:35:40 +01:00
parent 695c7c2a74
commit 9a1a0dd0db
5 changed files with 9 additions and 9 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 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: yarn install
run: |
# yarn --version