Skip to content

Commit

Permalink
remove legacy option as it is not necessary for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed May 30, 2023
1 parent 0df8a4f commit 904b61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"format:check": "prettier --check index.js",
"format": "prettier --write index.js",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && ncc build index.js -o dist"
"build": "ncc build index.js -o dist"
},
"dependencies": {
"@actions/core": "^1.2.6",
Expand Down

0 comments on commit 904b61f

Please sign in to comment.