Skip to content

Commit

Permalink
use node 16 for github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-sidlauskas committed Sep 18, 2024
1 parent 9426c93 commit ac061b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: npm ci
- run: npm run lint:check
- run: npm run test:unit
Expand Down

0 comments on commit ac061b2

Please sign in to comment.