Skip to content

Commit

Permalink
Use node 12 to match docker and hopefully fix node-gyp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 15, 2021
1 parent cb26b81 commit 1c2d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '12'
cache: 'npm'
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit 1c2d46e

Please sign in to comment.