Skip to content

Commit

Permalink
Merge pull request #45 from r-k-b/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
r-k-b authored Oct 25, 2023
2 parents 7a3fbd1 + 38b2f04 commit 6f51fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit 6f51fe3

Please sign in to comment.