Skip to content

Commit 3885471

Browse files
committed
Install pnpm via action
1 parent 0f7e331 commit 3885471

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- run: |
1010
NODE_VERSION=$(awk -F'"' '/node =/ {print $2}' .mise.toml)
1111
echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_ENV
12+
- uses: pnpm/action-setup@v4
1213
- uses: actions/setup-node@v4
1314
with:
1415
cache: "pnpm"

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- run: |
1616
NODE_VERSION=$(awk -F'"' '/node =/ {print $2}' .mise.toml)
1717
echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_ENV
18+
- uses: pnpm/action-setup@v4
1819
- uses: actions/setup-node@v4
1920
with:
2021
cache: "pnpm"

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- run: |
1515
NODE_VERSION=$(awk -F'"' '/node =/ {print $2}' .mise.toml)
1616
echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_ENV
17+
- uses: pnpm/action-setup@v4
1718
- uses: actions/setup-node@v4
1819
with:
1920
cache: "pnpm"

0 commit comments

Comments
 (0)