Skip to content

Commit

Permalink
Revert "ci: Run tests with node.js v18, v20 and v21"
Browse files Browse the repository at this point in the history
This reverts commit 11a0fb6.
  • Loading branch information
sebbo2002 committed Oct 12, 2023
1 parent 11a0fb6 commit 1b245a5
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: [18.x, 20.x, 21.x]
node: [16.x, 18.x, 20.x]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
Expand Down

0 comments on commit 1b245a5

Please sign in to comment.