Skip to content

Commit 70f8abb

Browse files
committed
pnpm
1 parent 939c3f9 commit 70f8abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
24+
- uses: pnpm/action-setup@v4
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4
2727
with:
@@ -49,6 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
with:
5151
token: ${{ secrets.GITHUB_TOKEN }}
52+
- uses: pnpm/action-setup@v4
5253
- name: Use Node.js
5354
uses: actions/setup-node@v4
5455
with:

0 commit comments

Comments
 (0)