mirror of
https://github.com/actions/setup-node.git
synced 2025-07-29 01:48:22 +02:00
Merge branch 'main' of https://github.com/actions/setup-node into upstream-version
# Conflicts: # README.md # dist/index.js # package-lock.json
This commit is contained in:
commit
1501c9a8fa
80 changed files with 137798 additions and 59882 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": "setup node action",
|
||||
"main": "lib/setup-node.js",
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build",
|
||||
"build": "ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"test": "jest",
|
||||
|
@ -23,9 +23,11 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.7",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.3",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^1.1.0",
|
||||
"@actions/glob": "^0.2.0",
|
||||
"@actions/http-client": "^1.0.6",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.5.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue