Skip to content

Commit

Permalink
fix: pin esbuild to have a reproducible CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Mar 20, 2023
1 parent 8580059 commit 1b471ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/tar": "^6.1.3",
"@typescript-eslint/parser": "^4.33.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.15.13",
"esbuild": "0.15.13",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-github": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b471ba

Please sign in to comment.