Skip to content

Commit a2db64a

Browse files
authored
chore: up pnpm version at github actions and add npmrc file (#896)
1 parent 8fa2bff commit a2db64a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/[email protected]
1818
with:
19-
version: 6
19+
version: 7
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/[email protected]
3737
with:
38-
version: 6
38+
version: 7
3939
- name: Install Node.js
4040
uses: actions/setup-node@v3
4141
with:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install pnpm
5858
uses: pnpm/[email protected]
5959
with:
60-
version: 6
60+
version: 7
6161
- name: Install Node.js
6262
uses: actions/setup-node@v3
6363
with:

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/[email protected]
1515
with:
16-
version: 6
16+
version: 7
1717
- name: Install Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 12
20+
node-version: 16
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/[email protected]
1414
with:
15-
version: 6
15+
version: 7
1616
- name: Install Node.js
1717
uses: actions/setup-node@v3
1818
with:

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
strict-peer-dependencies=false

0 commit comments

Comments
 (0)