Skip to content

Commit f86ed82

Browse files
DominicGBauerDominicGBauer
andauthored
chore: update pnpm-lock and gh action pnpm versions to 9 (#202)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent 820a81d commit f86ed82

File tree

6 files changed

+20065
-15653
lines changed

6 files changed

+20065
-15653
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/action-setup@v2
2222
name: Install pnpm
2323
with:
24-
version: 8
24+
version: 9
2525
run_install: false
2626

2727
- name: Get pnpm store directory

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: pnpm/action-setup@v2
3636
name: Install pnpm
3737
with:
38-
version: 8
38+
version: 9
3939
run_install: false
4040
- name: Get pnpm store directory
4141
shell: bash

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: pnpm/action-setup@v2
2020
name: Install pnpm
2121
with:
22-
version: 8
22+
version: 9
2323
run_install: false
2424
- name: Add NPM auth
2525
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/action-setup@v2
2222
name: Install pnpm
2323
with:
24-
version: 8
24+
version: 9
2525
run_install: false
2626
- name: Get pnpm store directory
2727
shell: bash

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/action-setup@v2
2222
name: Install pnpm
2323
with:
24-
version: 8
24+
version: 9
2525
run_install: false
2626

2727
- name: Get pnpm store directory

0 commit comments

Comments
 (0)