Skip to content

Commit 850061e

Browse files
committed
Change to node16, build script
1 parent ecde1a4 commit 850061e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
required: true
1515
default: "/test1 /test2"
1616
runs:
17-
using: 'node18'
17+
using: 'node16'
1818
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "ncc build index.js --license licenses.txt"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)