use node 18 in github ci
This commit is contained in:
parent
950fb698bc
commit
637e8328a6
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "16"
|
||||
node-version: "18"
|
||||
cache: "npm"
|
||||
cache-dependency-path: "*/package-lock.json"
|
||||
|
||||
|
|
Loading…
Reference in New Issue