Skip to content

Commit

Permalink
Move Node.js 16 to old pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 19, 2024
1 parent 653ea3f commit 76593a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
node-version:
- 20
- 18
- 16
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
Expand All @@ -56,6 +55,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 14
- 12
name: Node.js ${{ matrix.node-version }} Quick
Expand Down

0 comments on commit 76593a6

Please sign in to comment.