Skip to content

Commit 3e3b4e0

Browse files
⬆️ upgrade node to v22
1 parent 982e1b1 commit 3e3b4e0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "20.x"
18+
node-version: "22.x"
1919
cache: "yarn"
2020

2121
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dixt-plugin-worktime": "^2.2.0"
2828
},
2929
"devDependencies": {
30-
"@types/node": "^20.1.7",
30+
"@types/node": "^22.0.0",
3131
"eslint": "^8.40.0",
3232
"eslint-config-antoine": "^1.0.3",
3333
"nodemon": "^3.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,12 @@
277277
dependencies:
278278
undici-types "~5.26.4"
279279

280-
"@types/node@^20.1.7":
281-
version "20.10.5"
282-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
283-
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
280+
"@types/node@^22.0.0":
281+
version "22.13.10"
282+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
283+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
284284
dependencies:
285-
undici-types "~5.26.4"
285+
undici-types "~6.20.0"
286286

287287
"@types/semver@^7.5.0":
288288
version "7.5.4"
@@ -2996,6 +2996,11 @@ undici-types@~5.26.4:
29962996
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
29972997
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
29982998

2999+
undici-types@~6.20.0:
3000+
version "6.20.0"
3001+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3002+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
3003+
29993004
30003005
version "5.27.2"
30013006
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411"

0 commit comments

Comments
 (0)