Skip to content

Commit

Permalink
chore: update main.yml node version
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Jun 19, 2023
1 parent 3fd942c commit dbed087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: tests
uses: actions/setup-node@v1
with:
node-version: '14.19.0'
node-version: '16.17.0'
- run: yarn install
- run: yarn test
- run: yarn lint
Expand Down

0 comments on commit dbed087

Please sign in to comment.