Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phocks authored Dec 5, 2023
1 parent 9f7da12 commit da12ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: '18'
- run: npm install
- run: npm test

Expand Down

0 comments on commit da12ea0

Please sign in to comment.