Skip to content

Commit

Permalink
Adjust node-version to see if node-gyp passes
Browse files Browse the repository at this point in the history
Also to be consistent with Dockerfile's NodeJS version
  • Loading branch information
MrOrz committed Nov 17, 2021
1 parent ac2ad12 commit d74b403
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 d74b403

Please sign in to comment.