Skip to content

Commit 8ff1ad7

Browse files
chore(deps): update dependency node to v24
1 parent 929fc70 commit 8ff1ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-starters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js 18.x
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: "18.20.8"
14+
node-version: "24.12.0"
1515
- name: Publish Starters
1616
uses: LekoArts/actions-push-subdirectories@master
1717
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js 18.x
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: "18.20.8"
21+
node-version: "24.12.0"
2222
- name: Install Dependencies
2323
uses: ./.github/actions/yarn-install
2424
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)