chore: update node version in github workflow
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -21,6 +21,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 11.15.0
|
||||
node-version: 18.13.0
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
||||
Reference in New Issue
Block a user