We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95ae37 commit fa5cfa6Copy full SHA for fa5cfa6
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
5
"main": "index.js",
6
+ "license": "MIT",
7
"scripts": {
8
"package": "ncc build index.js -o dist"
9
},
@@ -25,12 +26,12 @@
25
26
"@actions/cache": "^4.0.3",
27
"@actions/core": "^1.11.1",
28
"@actions/exec": "^1.1.1",
- "@actions/io": "^1.1.2",
29
+ "@actions/io": "^1.1.3",
30
"@actions/tool-cache": "^2",
31
"linux-os-info": "^2.0.0",
- "semver": "^7.3.7"
32
+ "semver": "^7.7.2"
33
34
"devDependencies": {
- "@vercel/ncc": "^0.33.4"
35
+ "@vercel/ncc": "^0.38.3"
36
}
37
0 commit comments