Skip to content

Commit

Permalink
Specificy node version in lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Aug 19, 2021
1 parent adf5c76 commit 57108e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: yarn test
linter_check:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["14"]
name: linter test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 57108e7

Please sign in to comment.