Skip to content

Commit

Permalink
Merge pull request #614 from sebbo2002/template-updater/update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored Sep 25, 2024
2 parents 162edfc + bec9cc4 commit fa6c9d5
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit fa6c9d5

Please sign in to comment.