Skip to content

Commit fed059f

Browse files
committed
add pnpm action-setup action
1 parent 2400c4b commit fed059f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/links.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: pnpm/action-setup@v4
1213
- uses: volta-cli/action@v4
1314
with:
1415
node-version: 20.12.0

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
- uses: pnpm/action-setup@v4
1516
- uses: volta-cli/action@v4
1617
with:
1718
node-version: 20.12.0

.github/workflows/playwright.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
needs: [wait-for-vercel]
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: pnpm/action-setup@v4
2324
- uses: actions/setup-node@v4
2425
with:
2526
node-version: lts/*

0 commit comments

Comments
 (0)