Skip to content

Commit 7c3cb49

Browse files
authored
Update test.yml
1 parent cb72635 commit 7c3cb49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
2323
- uses: actions/checkout@v3
24+
- uses: pnpm/action-setup@v2
25+
with:
26+
version: 8
2427
- name: Use Node.js ${{ matrix.node-version }}
2528
uses: actions/setup-node@v3
2629
with:

0 commit comments

Comments
 (0)