Skip to content

Commit 0ae52a0

Browse files
chore(deps): bump actions/setup-node from 5 to 6 (#2187)
1 parent 38248ec commit 0ae52a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v6
4545
- run: corepack enable
46-
- uses: actions/setup-node@v5
46+
- uses: actions/setup-node@v6
4747
with:
4848
node-version: ${{ env.NODE }}
4949
cache: yarn

0 commit comments

Comments
 (0)