Move @types/node to bottom of devDependencies

This will make it less likely for a dependabot update to cause conflicts
when backporting from v3 -> v2.
This commit is contained in:
Andrew Eisenberg
2024-03-26 13:09:20 -07:00
parent 956f09c2ef
commit bf47d90738
+5 -2
View File
@@ -57,7 +57,6 @@
"@types/adm-zip": "^0.5.5",
"@types/get-folder-size": "^2.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.9.0",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
@@ -73,7 +72,11 @@
"nock": "^13.5.4",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^17.0.1",
"typescript": "^5.4.3"
"typescript": "^5.4.3",
"@types/node": "20.9.0"
},
"overrides": {
"@actions/tool-cache": {