Skip to content

Commit

Permalink
Fix production build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Feb 5, 2024
1 parent c03240c commit 1e3e9c6
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 @@ -59,12 +59,12 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@types/node": "^20.10.6",
"glob": "^10.3.10",
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"ts-jest": "^29.1.1",
Expand Down

0 comments on commit 1e3e9c6

Please sign in to comment.