Skip to content

Commit

Permalink
fix: Add openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcargile committed Feb 21, 2024
1 parent a1e133f commit e38bccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build": "set NODE_OPTIONS=--openssl-legacy-provider tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"pack": "ncc build",
"pack": "set NODE_OPTIONS=--openssl-legacy-provider ncc build",
"all": "npm run build && npm run format && npm run pack"
},
"repository": {
Expand Down

0 comments on commit e38bccc

Please sign in to comment.