Skip to content

Commit c474691

Browse files
committed
chore: lock pnpm version
1 parent 3b2ec43 commit c474691

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: '24'
2424

25-
- run: npm install -g pnpm
25+
- run: npm install -g pnpm@10
2626
- run: echo "/usr/local/bin:/usr/bin:/bin" >> $GITHUB_PATH
2727
- run: pnpm install --ignore-scripts
2828
- run: pnpm run build

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: '24'
2525

26-
- run: npm install -g pnpm serve@14.0.1
26+
- run: npm install -g pnpm@10 serve@14.0.1
2727
- run: echo "/usr/local/bin:/usr/bin:/bin" >> $GITHUB_PATH
2828
- run: pnpm install --ignore-scripts
2929
- run: pnpm exec cypress install

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: '24'
2121

22-
- run: npm install -g pnpm
22+
- run: npm install -g pnpm@10
2323
- run: echo "/usr/local/bin:/usr/bin:/bin" >> $GITHUB_PATH
2424
- run: pnpm install --ignore-scripts
2525
- run: pnpm run docs:build

0 commit comments

Comments
 (0)