Skip to content

Commit

Permalink
Bump actions/setup-node from 2.pre.beta to 4.1.0 in the github-action…
Browse files Browse the repository at this point in the history
…s group (#56)

* Bump actions/setup-node in the github-actions group

Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 2.pre.beta to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2-beta...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  dependency-group: github-actions
...

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

* Update .github/workflows/push.yml

Co-authored-by: Christian Clauss <cclauss@me.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Johnson <insomnia@rcpt.at>
Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent adc3284 commit 8301594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
make -j4
make install
- name: 'Install node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
- name: 'Install node-postal'
Expand Down

0 comments on commit 8301594

Please sign in to comment.