using Node.js v16

This commit is contained in:
Hsiaoyi 2023-07-22 14:34:06 +08:00 committed by GitHub
parent 6e9c3ead4c
commit de15bbf3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
- name: Install dependencies
run: |
npm install -g pnpm