[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/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '18'
|
||||
- run: npm install
|
||||
- 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