Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
wimpyprogrammer authored Oct 28, 2023
2 parents 747af5f + cfc3999 commit d0e6eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: '2'

- name: Test on Node ${{ 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 d0e6eea

Please sign in to comment.