Skip to content

Commit

Permalink
Merge pull request #526 from openhab/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4
  • Loading branch information
michikrug authored Nov 3, 2023
2 parents d4867ff + 30963a0 commit 20d98a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
Expand Down

0 comments on commit 20d98a9

Please sign in to comment.