Skip to content

Commit 0cfeb55

Browse files
committed
ci(test): use Node 16 in test job
1 parent 5a0d481 commit 0cfeb55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
needs: test_matrix
3636
steps:
3737
- uses: actions/checkout@v2
38-
- name: "Use Node.js ${{ matrix.node-version }}"
39-
uses: actions/setup-node@v2
38+
- uses: actions/setup-node@v2
4039
with:
41-
node-version: "${{ matrix.node-version }}"
40+
node-version: 16
4241
cache: npm
4342
- run: npm ci
4443
- run: npm run lint

0 commit comments

Comments
 (0)