Skip to content

Commit

Permalink
build: bump pnpm version to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolijn authored and Robbert committed May 16, 2024
1 parent 8057949 commit 9617403
Show file tree
Hide file tree
Showing 3 changed files with 10,157 additions and 8,255 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14
uses: pnpm/[email protected]

- name: Set up Node.js version
uses: actions/[email protected]
Expand All @@ -39,9 +37,7 @@ jobs:
uses: actions/[email protected]

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14
uses: pnpm/[email protected]

- name: Set up Node.js version
uses: actions/[email protected]
Expand All @@ -66,9 +62,7 @@ jobs:
uses: actions/[email protected]

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14
uses: pnpm/[email protected]

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down Expand Up @@ -114,9 +108,7 @@ jobs:
uses: actions/[email protected]

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14
uses: pnpm/[email protected]

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down Expand Up @@ -165,9 +157,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14
uses: pnpm/[email protected]

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": true,
"engines": {
"node": "^20",
"pnpm": "^8 || ^9"
"pnpm": "^9"
},
"workspaces": [
"./apps/*",
Expand Down Expand Up @@ -76,5 +76,6 @@
},
"dependencies": {
"http-server": "14.1.1"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 9617403

Please sign in to comment.