Skip to content

Commit 6f8d154

Browse files
authored
Merge pull request #295 from sebbo2002/template-updater/update
2 parents e8ee669 + 42f2170 commit 6f8d154

4 files changed

Lines changed: 73 additions & 72 deletions

File tree

.github/workflows/release-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 🔧 Setup node
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: '20'
27+
node-version: '24'
2828
cache: 'npm'
2929
- name: 📦 Install Dependencies
3030
run: npm ci

.github/workflows/test-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: 🔧 Setup node.js
4242
uses: actions/setup-node@v6
4343
with:
44-
node-version: 23.x
44+
node-version: 24.x
4545
cache: 'npm'
4646
- name: 📦 Install dependencies
4747
run: npm ci
@@ -62,6 +62,7 @@ jobs:
6262
- name: 🔧 Setup node.js
6363
uses: actions/setup-node@v6
6464
with:
65+
node-version: 24.x
6566
cache: 'npm'
6667
- name: 📦 Install dependencies
6768
run: npm ci

package-lock.json

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"semantic-release": "^25.0.3",
3232
"semantic-release-license": "^1.0.3",
3333
"source-map-support": "^0.5.21",
34-
"tsdown": "^0.21.8",
34+
"tsdown": "^0.21.9",
3535
"tsx": "^4.21.0",
3636
"typedoc": "^0.28.19",
3737
"typescript": "^6.0.2",

0 commit comments

Comments
 (0)