Skip to content

Commit 13d542d

Browse files
chore(deps): update dependency node to v24
1 parent dc961a4 commit 13d542d

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Use Node.js 14
149149
uses: actions/setup-node@v2
150150
with:
151-
node-version: 14.x
151+
node-version: 24.x
152152
- uses: c-hive/gha-yarn-cache@v2
153153
- name: Sets up an Erlang/OTP environment
154154
uses: erlef/setup-beam@v1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
elixir 1.13.2-otp-24
22
erlang 24.1.7
3-
nodejs 16.13.2
3+
nodejs 24.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^1.0.4",
20-
"@types/node": "^16.7.8",
20+
"@types/node": "^24.0.0",
2121
"@types/phoenix": "^1.5.2",
2222
"@types/phoenix_live_view": "^0.15.1",
2323
"@typescript-eslint/eslint-plugin": "^5.5.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,12 @@
160160
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
161161
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
162162

163-
"@types/node@^16.7.8":
164-
version "16.7.8"
165-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.8.tgz#2448be5f24fe6b77114632b6350fcd219334651e"
166-
integrity sha512-8upnoQU0OPzbIkm+ZMM0zCeFCkw2s3mS0IWdx0+AAaWqm4fkBb0UJp8Edl7FVKRamYbpJC/aVsHpKWBIbiC7Zg==
163+
"@types/node@^24.0.0":
164+
version "24.9.2"
165+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
166+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
167+
dependencies:
168+
undici-types "~7.16.0"
167169

168170
"@types/parse-json@^4.0.0":
169171
version "4.0.0"
@@ -2654,6 +2656,11 @@ unbox-primitive@^1.0.1:
26542656
has-symbols "^1.0.2"
26552657
which-boxed-primitive "^1.0.2"
26562658

2659+
undici-types@~7.16.0:
2660+
version "7.16.0"
2661+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2662+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
2663+
26572664
universalify@^0.1.0:
26582665
version "0.1.2"
26592666
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)