Skip to content

Commit fc857b9

Browse files
committed
ci(pnpm): downgrade pnpm and use frozen lockfile
1 parent 31111a2 commit fc857b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/npm-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717
with:
18-
version: 10
18+
version: 8
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'pnpm'
2424
- name: Install dependencies
25-
run: pnpm install
25+
run: pnpm install --frozen-lockfile
2626
- name: Run tests & coverage
2727
run: pnpm run coverage
2828
- name: Upload coverage reports to Codecov

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 10
19+
version: 8
2020
- name: Use Node.js 20
2121
uses: actions/setup-node@v4
2222
with:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38-
version: 10
38+
version: 8
3939
- name: Use Node.js 20
4040
uses: actions/setup-node@v4
4141
with:

0 commit comments

Comments
 (0)