Skip to content

Commit

Permalink
Merge pull request #332 from sebbo2002/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Aug 26, 2024
2 parents e4f539b + b8866db commit e24bae0
Show file tree
Hide file tree
Showing 13 changed files with 362 additions and 855 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
8 changes: 4 additions & 4 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loader:
- ts-node/esm
full-trace: true
recursive: true
extension:
- ts
full-trace: true
node-option:
- import=tsx
recursive: true
Loading

0 comments on commit e24bae0

Please sign in to comment.