Skip to content

Commit 0aca24f

Browse files
chore(deps): update dependency node to v24
1 parent 5b63187 commit 0aca24f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 22.22.0
16+
node-version: 24.14.0
1717
cache: npm
1818
- run: npm ci
1919
- run: npx tsc --noEmit

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 22.22.0
26+
node-version: 24.14.0
2727
cache: npm
2828
- run: npm ci
2929
- run: npm run build

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22.22.0
19+
node-version: 24.14.0
2020
cache: npm
2121

2222
- name: Get current version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.22.0
17+
node-version: 24.14.0
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run build

.github/workflows/stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22.22.0
21+
node-version: 24.14.0
2222
cache: npm
2323

2424
- name: Validate version format

0 commit comments

Comments
 (0)