Skip to content

Commit

Permalink
Merge branch 'develop' into feat/v6
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
sebbo2002 committed Oct 19, 2023
2 parents f03dc23 + c2f40a3 commit af0ae98
Show file tree
Hide file tree
Showing 3 changed files with 2,401 additions and 2,463 deletions.
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
Loading

0 comments on commit af0ae98

Please sign in to comment.