diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bebb165..836de05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" cache: "yarn" - name: Install Dependencies diff --git a/package.json b/package.json index b1d9814..2c9a50f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "ws": "^8.18.3" }, "devDependencies": { - "@types/node": "^20.1.7", + "@types/node": "^22.0.0", "@types/ws": "^8.18.1", "eslint": "^8.40.0", "eslint-config-antoine": "^1.0.3", diff --git a/yarn.lock b/yarn.lock index 13a7c0d..e738bad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -389,10 +389,10 @@ dependencies: undici-types "~7.8.0" -"@types/node@^20.1.7": - version "20.19.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.9.tgz#ca9a58193fec361cc6e859d88b52261853f1f0d3" - integrity sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw== +"@types/node@^22.0.0": + version "22.18.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.11.tgz#aa8a8ccae8cc828512df642f0d82606b89450d71" + integrity sha512-Gd33J2XIrXurb+eT2ktze3rJAfAp9ZNjlBdh4SVgyrKEOADwCbdUDaK7QgJno8Ue4kcajscsKqu6n8OBG3hhCQ== dependencies: undici-types "~6.21.0"