use node 18 in github ci

This commit is contained in:
weboko 2023-01-04 21:36:54 +01:00
parent 950fb698bc
commit 637e8328a6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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"