Skip to content

Commit

Permalink
Merge pull request #222 from Apollon77/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
Apollon77 authored Nov 8, 2023
2 parents fa51a2c + 690be7e commit 8a84e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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 Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v4

- 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 8a84e49

Please sign in to comment.