CI: Update Node version to 18
This commit is contained in:
parent
6b819e259c
commit
2e6fe3ddf1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
#cache: npm
|
||||
|
||||
# On GitHub
|
||||
|
|
Loading…
Reference in a new issue