Skip to content

Commit 7c7a975

Browse files
chore(deps): update actions/setup-node action to v5
1 parent 8b39e24 commit 7c7a975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v5
2222
with:
2323
node-version: lts/*
2424
check-latest: true

0 commit comments

Comments
 (0)