Upgrade to node 18

This commit is contained in:
Qiao Han
2022-08-04 00:15:17 +08:00
parent 90fa7bad0f
commit 39cbf44fc1
7 changed files with 58 additions and 72 deletions

View File

@@ -23,13 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.4.1
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: npm ci
- run: npm ci
- name: Rebuild the dist/ directory
run: |

View File

@@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: 'CodeQL'
on:
push: