Skip to content

Commit

Permalink
Add packageManager, upgrade pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed May 24, 2024
1 parent f59d5b8 commit b17ffc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-check-types-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
with:
# Disable configuring $GITHUB_TOKEN in local git config
persist-credentials: false
- uses: pnpm/action-setup@v2
with:
version: 'latest'
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"@vitejs/plugin-react@4.2.1": "patches/@vitejs__plugin-react@4.2.1.patch",
"@crxjs/vite-plugin@2.0.0-beta.23": "patches/@crxjs__vite-plugin@2.0.0-beta.23.patch"
}
}
},
"packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}

0 comments on commit b17ffc9

Please sign in to comment.