Skip to content

Commit

Permalink
Merge pull request #2 from bmacnaughton/minor-updates
Browse files Browse the repository at this point in the history
update to actions/setup-node@v4
  • Loading branch information
bmacnaughton authored Nov 23, 2023
2 parents b31f85d + a65aa75 commit 2f1e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Testing node v${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 2f1e7fe

Please sign in to comment.