Skip to content

Commit

Permalink
update node version in yml files to 18 to be used with actions/checko…
Browse files Browse the repository at this point in the history
…ut@v4 and actions/setup-node@v4
  • Loading branch information
mikestarrdev committed Aug 19, 2024
1 parent 8db10b0 commit c3bb453
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 @@ -8,7 +8,7 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
- run: yarn
- run: yarn test
- name: Tests ✅
Expand Down

0 comments on commit c3bb453

Please sign in to comment.