Skip to content

Commit 478be3f

Browse files
chore(deps): update actions/setup-node action to v5
1 parent a847927 commit 478be3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: pnpm/action-setup@v4
2020

2121
- name: Install node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node }}
2525
cache: pnpm

0 commit comments

Comments
 (0)