Skip to content

Commit

Permalink
Merge pull request #376 from chris48s/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
chris48s authored Oct 25, 2023
2 parents 501e5d4 + 390d154 commit 3aa7ffd
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:
- run: echo "build_status_color=red" >> $GITHUB_ENV

- name: Install Node JS ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 3aa7ffd

Please sign in to comment.