Skip to content

Commit

Permalink
ci: update node and pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubingwu committed Jun 20, 2022
1 parent 06cebd8 commit ba24b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 6.24
version: 7.2.1

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit ba24b09

Please sign in to comment.