Skip to content

Commit 04647df

Browse files
committed
chore: update CI configuration
Ensure compatibility with pnpm 8.6
1 parent 102ba44 commit 04647df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616
- uses: pnpm/[email protected]
1717
with:
18-
version: 7.32.2
18+
version: 7.33.0
1919
- uses: actions/[email protected]
2020
with:
2121
node-version: 18
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/[email protected]
3434
- uses: pnpm/[email protected]
3535
with:
36-
version: 7.32.2
36+
version: 7.33.0
3737
- name: Instal Node.js ${{ matrix.node-version }}
3838
uses: actions/[email protected]
3939
with:

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

0 commit comments

Comments
 (0)