Skip to content

Commit f14ce33

Browse files
authored
chore: update to pnpm 7 (#51)
1 parent 178b5e8 commit f14ce33

File tree

5 files changed

+98
-67
lines changed

5 files changed

+98
-67
lines changed

.github/workflows/formatting-types.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- uses: pnpm/action-setup@v2.0.1
3535
with:
36-
version: 6
36+
version: 7
3737
run_install: true
3838

3939
- name: Check formatting

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- uses: pnpm/action-setup@v2.0.1
3333
with:
34-
version: 6
34+
version: 7
3535
run_install: true
3636

3737
- name: Format

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- uses: pnpm/action-setup@v2.0.1
4141
with:
42-
version: 6
42+
version: 7
4343
run_install: true
4444

4545
- name: Install eslint@${{ matrix.eslint-version }}

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
},
4848
"peerDependencies": {
4949
"eslint": "^7.0.0 || ^8.0.0"
50+
},
51+
"engines": {
52+
"pnpm": "7"
5053
}
5154
}

0 commit comments

Comments
 (0)