Skip to content

Commit

Permalink
Merge pull request #1032 from clearlydefined/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4

Bump actions/setup-node from 2 to 4
  • Loading branch information
JamieMagee authored Feb 8, 2024
2 parents 9a3f1e0 + 6b8f458 commit c9f9a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit c9f9a9c

Please sign in to comment.