Skip to content

Commit 03a5379

Browse files
authored
chore: use pnpm v10 in publish workflow (#803)
1 parent a98c918 commit 03a5379

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: pnpm/action-setup@v3
22-
with:
23-
version: 9.15.9
21+
- uses: pnpm/action-setup@v4
2422
- uses: actions/setup-node@v4
2523
with:
2624
node-version: 'lts/*'

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ packages:
44
- template/tsconfig/**
55

66
ignoredBuiltDependencies:
7+
- '@nightwatch/nightwatch-inspector'
78
- chromedriver
89
- cypress
10+
- esbuild
11+
- geckodriver

0 commit comments

Comments
 (0)