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

View File

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