Skip to content

Commit 2bf5c54

Browse files
chore(deps): update actions/setup-node action to v7 (#75)
1 parent a93cc6a commit 2bf5c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
2020

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

0 commit comments

Comments
 (0)