Skip to content

Commit 1ea780b

Browse files
authored
Merge pull request #121 from galaxyproject/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 1 to 5
2 parents 0216fe4 + a514a60 commit 1ea780b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: ./typescript
2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-node@v1
24+
- uses: actions/setup-node@v5
2525
with:
2626
node-version: ${{ env.NODE_VERSION }}
2727
- run: node --version

0 commit comments

Comments
 (0)