Skip to content

Commit

Permalink
Merge pull request #7583 from ilios/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
stopfstedt authored Jan 29, 2024
2 parents 30d32c2 + 7429b40 commit 7d023ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
Expand Down

0 comments on commit 7d023ea

Please sign in to comment.