fix: move to node24

This commit is contained in:
Tim Heuer
2026-03-12 10:55:15 -07:00
parent 767f00a3f0
commit c77b6bc497
6 changed files with 3210 additions and 3201 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "setup-msbuild",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js",
@@ -9,7 +9,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"pack": "ncc build lib/main.js -o dist",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run pack"
},
@@ -36,7 +36,7 @@
"@types/jest": "^24.0.23",
"@types/node": "^12.12.25",
"@typescript-eslint/parser": "^2.8.0",
"@zeit/ncc": "^0.20.5",
"@vercel/ncc": "^0.38.4",
"eslint": "^5.16.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",