Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
use pnpm verison from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Nov 2, 2023
1 parent c7e8223 commit feeb251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand All @@ -67,7 +66,6 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -103,7 +101,6 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -143,11 +140,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.1.1
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -216,7 +212,6 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"packageManager": "pnpm@8.10.2",
"engines": {
"node": "^18.18.2",
"pnpm": "^8.8.0"
"node": "^18.18.2"
},
"scripts": {
"build": "rollup -c && node scripts/build-web-extension.mjs",
Expand Down

0 comments on commit feeb251

Please sign in to comment.