Skip to content

Commit 76593a6

Browse files
committed
Move Node.js 16 to old pnpm
1 parent 653ea3f commit 76593a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
node-version:
3434
- 20
3535
- 18
36-
- 16
3736
name: Node.js ${{ matrix.node-version }} Quick
3837
steps:
3938
- name: Checkout the repository
@@ -56,6 +55,7 @@ jobs:
5655
strategy:
5756
matrix:
5857
node-version:
58+
- 16
5959
- 14
6060
- 12
6161
name: Node.js ${{ matrix.node-version }} Quick

0 commit comments

Comments
 (0)