Skip to content

Commit

Permalink
Merge pull request #525 from sebbo2002/template-updater/update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Sep 27, 2023
2 parents 7dfd59c + 11a0fb6 commit f29ff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
strategy:
matrix:
node: [16.x, 18.x, 20.x]
node: [18.x, 20.x, 21.x]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
Expand Down

0 comments on commit f29ff3f

Please sign in to comment.