Skip to content

Commit 06c1642

Browse files
authored
ci(test): use Node LTS in test job (#398)
1 parent 4dfcb50 commit 06c1642

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
@@ -33,10 +33,9 @@ jobs:
3333
needs: test_matrix
3434
steps:
3535
- uses: actions/checkout@v2
36-
- name: "Use Node.js ${{ matrix.node-version }}"
37-
uses: actions/setup-node@v2
36+
- uses: actions/setup-node@v2
3837
with:
39-
node-version: "${{ matrix.node-version }}"
38+
node-version: 16
4039
cache: npm
4140
- run: npm ci
4241
- run: npm run lint

0 commit comments

Comments
 (0)