Commit 3327857

Anton Golub <antongolub@antongolub.com>
2025-08-20 14:47:56
chore: update @types/node to v24.3.0 (#1326)
* ci: override @types/node for TS@4 * chore: update @types/node to v24.3.0
1 parent 3855a69
Changed files (3)
.github/workflows/test.yml
@@ -267,10 +267,15 @@ jobs:
         with:
           node-version: 22.x
           cache: 'npm'
+
       - name: Install deps
         run: npm ci
       - name: Install TypeScript ${{ matrix.ts }}
-        run: npm i --force --no-package-lock --no-fund typescript@${{ matrix.ts }}
+        run: npm i --force --no-save --no-package-lock typescript@${{ matrix.ts }}
+      - name: Override @types/node
+        if: matrix.ts == 4
+        run: npm i --force --no-save --no-package-lock @types/node@24.2.0
+
       - uses: actions/download-artifact@v4
         with:
           name: build
package-lock.json
@@ -17,7 +17,7 @@
         "@size-limit/file": "11.2.0",
         "@types/fs-extra": "11.0.4",
         "@types/minimist": "1.2.5",
-        "@types/node": "24.2.0",
+        "@types/node": "24.3.0",
         "@types/which": "3.0.4",
         "@webpod/ingrid": "1.1.1",
         "@webpod/ps": "0.1.4",
@@ -2126,9 +2126,9 @@
       "license": "MIT"
     },
     "node_modules/@types/node": {
-      "version": "24.2.0",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz",
-      "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==",
+      "version": "24.3.0",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
+      "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
package.json
@@ -114,7 +114,7 @@
     "@size-limit/file": "11.2.0",
     "@types/fs-extra": "11.0.4",
     "@types/minimist": "1.2.5",
-    "@types/node": "24.2.0",
+    "@types/node": "24.3.0",
     "@types/which": "3.0.4",
     "@webpod/ingrid": "1.1.1",
     "@webpod/ps": "0.1.4",