Skip to content

Commit

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

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
GermanBluefox authored Nov 6, 2023
2 parents 5c1c6a7 + d58fe86 commit a6a814d
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 @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down Expand Up @@ -63,7 +63,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 @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit a6a814d

Please sign in to comment.