Skip to content

Commit 0415913

Browse files
Update actions/setup-node action to v7
1 parent 05e30ce commit 0415913

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v7
2121
with:
2222
node-version: "22"
2323

0 commit comments

Comments
 (0)