Skip to content

Commit

Permalink
Bump actions/setup-node from 3.8.1 to 4.0.0 (#315)
Browse files Browse the repository at this point in the history
* Bump actions/setup-node from 3.8.1 to 4.0.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.8.1...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating node version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and AnHeuermann committed Nov 9, 2023
1 parent d5ab4ce commit 75cbadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 18.x
uses: actions/setup-node@v3.8.1
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.0
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 75cbadb

Please sign in to comment.