Skip to content

Commit

Permalink
Update to pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 9, 2024
1 parent 15590cc commit 17d7883
Show file tree
Hide file tree
Showing 4 changed files with 2,391 additions and 1,984 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fetch-latest-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sveltesociety.dev",
"repository": "https://github.com/svelte-society/sveltesociety.dev.git",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.2.0",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down
Loading

0 comments on commit 17d7883

Please sign in to comment.