Update node.js on Travis CI from v12 to v18
This commit is contained in:
parent
cbad0850e7
commit
257ea91513
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ matrix:
|
||||||
- task=shellcheck
|
- task=shellcheck
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "12"
|
- "18"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .npx
|
- .npx
|
||||||
|
|
Loading…
Reference in a new issue