Skip to content

Commit c20213a

Browse files
authored
Merge pull request #4 from NYU-RTS/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents bd677e2 + 53193b8 commit c20213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828

29-
- uses: actions/setup-node@v4
29+
- uses: actions/setup-node@v6
3030
with:
3131
node-version: 'lts/*'
3232

0 commit comments

Comments
 (0)