mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-14 06:54:20 +02:00
package.json - update @actions/io, semver, ncc
This commit is contained in:
+4
-4
@@ -3,6 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"package": "ncc build index.js -o dist"
|
||||
},
|
||||
@@ -16,7 +17,6 @@
|
||||
"Ruby"
|
||||
],
|
||||
"author": "Benoit Daloze",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ruby/setup-ruby/issues"
|
||||
},
|
||||
@@ -25,12 +25,12 @@
|
||||
"@actions/cache": "^4.0.3",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.2",
|
||||
"@actions/io": "^1.1.3",
|
||||
"@actions/tool-cache": "^2",
|
||||
"linux-os-info": "^2.0.0",
|
||||
"semver": "^7.3.7"
|
||||
"semver": "^7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.33.4"
|
||||
"@vercel/ncc": "^0.38.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user