chore: ci

This commit is contained in:
Anthony Fu 2021-12-11 05:02:16 +08:00
parent a1dd88d373
commit bc96d4895d
2 changed files with 6 additions and 4 deletions

View File

@ -10,16 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.15.1
version: 6.23.5
- name: Set node version to ${{ matrix.node_version }}
- name: Set node version to v16
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
node-version: 16
cache: "pnpm"
# - run: pnpm i -g @antfu/ni

View File

@ -27,7 +27,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.15.1
version: 6.23.5
- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v2