Skip to content

Commit 00f4962

Browse files
chore(deps): update dependency node to v24 (#254)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6eb2607 commit 00f4962

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

.github/workflows/firebase-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: '^22.21.0'
19+
node-version: '^24.10.0'
2020
cache: 'pnpm'
2121

2222
- run: pnpm install

.github/workflows/firebase-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: '^22.21.0'
19+
node-version: '^24.10.0'
2020
cache: 'pnpm'
2121

2222
- run: pnpm install

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version: '^22.21.0'
24+
node-version: '^24.10.0'
2525
cache: 'pnpm'
2626

2727
- run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@api3/contracts": "^31.2.0",
2222
"@api3/dapi-management": "^3.68.0",
23-
"@types/node": "^22.18.12",
23+
"@types/node": "^24.9.1",
2424
"axios": "^1.12.2",
2525
"colors": "^1.4.0",
2626
"file": "^0.2.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)