Bump Node.js from 18.x to 20.x (#4876)
* Update linter.yml * Update release.yml * Update build.yml
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
node-version: [20.x]
|
||||
runtime:
|
||||
- linux-x64
|
||||
- linux-armv7l
|
||||
|
||||
@@ -18,10 +18,10 @@ jobs:
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js 18.x
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
cache: "yarn"
|
||||
- run: yarn run ci
|
||||
- run: yarn run lint
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
node-version: [20.x]
|
||||
runtime:
|
||||
- linux-x64
|
||||
- linux-armv7l
|
||||
|
||||
Reference in New Issue
Block a user