Skip to content

Commit f29c6b5

Browse files
Merge pull request #148 from nextstrain/dependabot/github_actions/actions/setup-node-5
2 parents c8a9f7d + 92c2c38 commit f29c6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-viz-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: actions/setup-node@v4
30+
- uses: actions/setup-node@v5
3131
with:
3232
node-version: 18
3333

0 commit comments

Comments
 (0)