Skip to content

Commit

Permalink
Change to node16, build script
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdyTechy committed Feb 13, 2023
1 parent ecde1a4 commit 850061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
required: true
default: "/test1 /test2"
runs:
using: 'node18'
using: 'node16'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "ncc build index.js --license licenses.txt"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 850061e

Please sign in to comment.