using Node.js v16

This commit is contained in:
Hsiaoyi
2023-07-22 14:34:06 +08:00
committed by GitHub
parent cafce794e9
commit dd88e6c693

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