update workflow node version (#2834)

This commit is contained in:
ChunkyProgrammer 2022-11-07 01:01:34 -05:00 committed by GitHub
parent 04c63846b4
commit d43178d485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
runtime:
- linux-x64
- linux-armv7l

View File

@ -18,10 +18,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: "yarn"
- run: yarn run ci
- run: yarn run lint

View File

@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
runtime:
- linux-x64
- linux-armv7l