Merge pull request #3792 from github/github-action/bump-node-version

Bump Node version to v20.18.0
This commit is contained in:
Koen Vlaswinkel
2024-11-08 09:45:18 +01:00
committed by GitHub
3 changed files with 9 additions and 8 deletions

View File

@@ -1 +1 @@
v20.16.0 v20.18.0

View File

@@ -81,7 +81,7 @@
"@types/gulp-replace": "^1.1.0", "@types/gulp-replace": "^1.1.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.6", "@types/js-yaml": "^4.0.6",
"@types/node": "20.16.*", "@types/node": "20.17.*",
"@types/proper-lockfile": "^4.1.4", "@types/proper-lockfile": "^4.1.4",
"@types/react": "^18.3.1", "@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
@@ -142,7 +142,7 @@
"vite-node": "^2.0.5" "vite-node": "^2.0.5"
}, },
"engines": { "engines": {
"node": "^20.16.0", "node": "^20.18.0",
"npm": ">=7.20.6", "npm": ">=7.20.6",
"vscode": "^1.90.0" "vscode": "^1.90.0"
} }
@@ -6151,9 +6151,10 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.16.10", "version": "20.17.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.6.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", "integrity": "sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"
} }

View File

@@ -14,7 +14,7 @@
}, },
"engines": { "engines": {
"vscode": "^1.90.0", "vscode": "^1.90.0",
"node": "^20.16.0", "node": "^20.18.0",
"npm": ">=7.20.6" "npm": ">=7.20.6"
}, },
"categories": [ "categories": [
@@ -2039,7 +2039,7 @@
"@types/gulp-replace": "^1.1.0", "@types/gulp-replace": "^1.1.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.6", "@types/js-yaml": "^4.0.6",
"@types/node": "20.16.*", "@types/node": "20.17.*",
"@types/proper-lockfile": "^4.1.4", "@types/proper-lockfile": "^4.1.4",
"@types/react": "^18.3.1", "@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",