Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/typescript' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
#	src/bin/start.ts
  • Loading branch information
sebbo2002 committed Aug 20, 2024
2 parents 7ae576c + 2fff079 commit 481451f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, current]
node: [18.x, 20.x, 22.x, current]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript-eslint": "^8.0.0-alpha.62"
},
"engines": {
"node": ">=18.0.0"
"node": "18 || 20 || >=22.0.0"
},
"exports": {
"import": "./dist/index.js",
Expand Down

0 comments on commit 481451f

Please sign in to comment.