Skip to content

Commit

Permalink
Merge pull request #611 from sebbo2002/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Oct 16, 2024
2 parents bbc9b14 + cc08d8e commit e5043d6
Show file tree
Hide file tree
Showing 6 changed files with 1,521 additions and 569 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: 🔧 Setup node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
- name: 🔧 Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit e5043d6

Please sign in to comment.