Setup Node.js environment using actions/setup-node@v4.1.0

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/setup-node?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
krp 2025-01-04 07:21:43 +09:00
parent 48b90677b6
commit ca6ea2abe0
5 changed files with 11 additions and 9 deletions

View file

@ -34,7 +34,8 @@
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.0",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"actions/setup-node@v4.1.0": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",