Skip to content

Commit a80cab2

Browse files
Kelly Seldenkellyselden
authored andcommitted
chore: use pnpm 8
1 parent f3ba085 commit a80cab2

3 files changed

Lines changed: 1212 additions & 744 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/[email protected]
2222
with:
23-
version: 6.7.4
23+
version: 8.10.2
2424

2525
- run: pnpm install
2626
- run: npm run lint:git
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: pnpm/[email protected]
4949
with:
50-
version: 6.7.4
50+
version: 8.10.2
5151

5252
- run: pnpm install
5353
- run: npm test
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: pnpm/[email protected]
7575
with:
76-
version: 6.7.4
76+
version: 8.10.2
7777

7878
- uses: kellyselden/ember-cli-update-action@v5
7979
with:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ init:
1515
# Install scripts. (runs after repo cloning)
1616
install:
1717
- ps: Install-Product node $env:nodejs_version
18-
- npm install -g pnpm@6.7.4
18+
- npm install -g pnpm@8.10.2
1919
- pnpm install
2020

2121
# Post-install test scripts.

0 commit comments

Comments
 (0)