Skip to content

Commit

Permalink
Merge pull request #26 from ioBroker/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
GermanBluefox authored Oct 2, 2024
2 parents a86610b + 9858331 commit b939a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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 @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v3

- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down

0 comments on commit b939a28

Please sign in to comment.