We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde1a4 commit 850061eCopy full SHA for 850061e
action.yml
@@ -14,5 +14,5 @@ inputs:
14
required: true
15
default: "/test1 /test2"
16
runs:
17
- using: 'node18'
+ using: 'node16'
18
main: 'dist/index.js'
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "ncc build index.js --license licenses.txt"
8
},
9
"repository": {
10
"type": "git",
0 commit comments