Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3 to 4 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent a7cbd56 commit f9a23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Setup Node.js
if: ${{ !matrix.docker-arch && !matrix.container }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version || '18.x' }}

Expand Down

0 comments on commit f9a23be

Please sign in to comment.