Skip to content

Commit

Permalink
Merge pull request #129 from w3c/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
deniak authored Oct 30, 2023
2 parents 594f976 + e6a11d0 commit e72369a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

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

Expand Down

0 comments on commit e72369a

Please sign in to comment.