[build] Update to NodeJS 18.13.0 (latest LTS)
This commit is contained in:
parent
dfc53fb272
commit
4e11549a54
|
@ -9,6 +9,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '18'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
nodejs 14.18.0
|
nodejs 18.13.0
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue