Skip to content

Commit

Permalink
fix: upgrade act to 0.2.48 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhbapna authored Jul 11, 2023
1 parent 04e1be7 commit ae825d1
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 @@ -26,7 +26,7 @@
"nektos/act"
],
"scripts": {
"postinstall": "node scripts/postinstall.js 0.2.45",
"postinstall": "node scripts/postinstall.js 0.2.48",
"build": "tsc && tsc-alias",
"pretest:it": "npm run postinstall && mkdir -p bin && cp build/bin/* bin/",
"test": "npm run test:unit && npm run test:it",
Expand Down

0 comments on commit ae825d1

Please sign in to comment.