Skip to content

Commit

Permalink
ci: use Node LTS version in test job (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 20, 2021
1 parent d5cab62 commit 3095415
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 3095415

Please sign in to comment.