Skip to content

Commit

Permalink
Merge pull request #202 from sebbo2002/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Oct 24, 2024
2 parents 7b8f169 + ea3a3cb commit b0a30a3
Show file tree
Hide file tree
Showing 3 changed files with 1,146 additions and 262 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,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 @@ -87,7 +88,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 b0a30a3

Please sign in to comment.