Skip to content

Commit 63463f2

Browse files
authored
latest
1 parent 70f8abb commit 63463f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: pnpm/action-setup@v4
25+
with:
26+
version: 'latest'
2527
- name: Use Node.js ${{ matrix.node-version }}
2628
uses: actions/setup-node@v4
2729
with:
@@ -50,6 +52,8 @@ jobs:
5052
with:
5153
token: ${{ secrets.GITHUB_TOKEN }}
5254
- uses: pnpm/action-setup@v4
55+
with:
56+
version: 'latest'
5357
- name: Use Node.js
5458
uses: actions/setup-node@v4
5559
with:

0 commit comments

Comments
 (0)