Skip to content

Commit

Permalink
migrate to pnpm and corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 17, 2023
1 parent e18083a commit 5020679
Show file tree
Hide file tree
Showing 3 changed files with 1,173 additions and 1,113 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.2.2",
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
"main": "dist/index.js",
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
Expand Down Expand Up @@ -41,5 +45,5 @@
"bugs": {
"url": "https://github.com/browser-actions/setup-chrome/issues"
},
"homepage": "https://github.com/browser-actions/setup-chrome#readme"
"homepage": "https://github.com/browser-actions/setup-chrome#readme",
}
Loading

0 comments on commit 5020679

Please sign in to comment.