Skip to content

Commit

Permalink
Bump pnpm version (#94)
Browse files Browse the repository at this point in the history
* Bump pnpm version

* Update URL
  • Loading branch information
keller-mark authored Jul 23, 2024
1 parent acbb3ee commit 742e77c
Show file tree
Hide file tree
Showing 6 changed files with 12,927 additions and 10,252 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: true
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: true
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
auto-install-peers=true
strict-peer-dependencies=false
use-node-version=18.10.0
use-node-version=18.20.0
node-version=14.19.3
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.11",
"description": "",
"author": "Mark Keller",
"homepage": "https://keller-mark.github.io/use-coordination/",
"homepage": "https://use-coordination.com/",
"repository": "https://github.com/keller-mark/use-coordination/",
"scripts": {
"start": "pnpm -r --parallel start",
Expand Down Expand Up @@ -87,5 +87,6 @@
}
},
"keywords": [],
"license": "MIT"
"license": "MIT",
"packageManager": "[email protected]"
}
Loading

0 comments on commit 742e77c

Please sign in to comment.