Skip to content

Commit f921302

Browse files
chore(deps): update dependency node to v24
1 parent 52342a4 commit f921302

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.github/workflows/on-push-publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 10
15+
node-version: 24
1616
- run: yarn install
1717
- uses: JS-DevTools/npm-publish@v1
1818
with:

.github/workflows/version-bump-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config user.email github-actions@github.com
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: 10
24+
node-version: 24
2525
- run: |
2626
yarn install
2727
- name: bump and pub

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@types/graphql": "^14.5.0",
26-
"@types/node": "^17.0.0",
26+
"@types/node": "^24.0.0",
2727
"@types/react": "^18.0.8",
2828
"typescript": "^4.0.0"
2929
}

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@
3333
dependencies:
3434
graphql "*"
3535

36-
"@types/node@^17.0.0":
37-
version "17.0.30"
38-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.30.tgz#2c6e8512acac70815e8176aa30c38025067880ef"
39-
integrity sha512-oNBIZjIqyHYP8VCNAV9uEytXVeXG2oR0w9lgAXro20eugRQfY002qr3CUl6BAe+Yf/z3CRjPdz27Pu6WWtuSRw==
36+
"@types/node@^24.0.0":
37+
version "24.10.0"
38+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
39+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
40+
dependencies:
41+
undici-types "~7.16.0"
4042

4143
"@types/prop-types@*":
4244
version "15.7.5"
@@ -173,6 +175,11 @@ typescript@^4.0.0:
173175
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
174176
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
175177

178+
undici-types@~7.16.0:
179+
version "7.16.0"
180+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
181+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
182+
176183
use-sync-external-store@^1.0.0:
177184
version "1.1.0"
178185
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.1.0.tgz#3343c3fe7f7e404db70f8c687adf5c1652d34e82"

0 commit comments

Comments
 (0)