Skip to content

Commit

Permalink
ci(test): use node 16 for test job
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 20, 2021
1 parent 070f998 commit 4c804c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -33,10 +33,9 @@ jobs:
needs: test_matrix
steps:
- uses: actions/checkout@v2
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v2
- uses: actions/setup-node@v2
with:
node-version: "${{ matrix.node-version }}"
node-version: 16
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run lint

0 comments on commit 4c804c2

Please sign in to comment.