Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2fbff6

Browse files
chore(deps): update actions/setup-node action to v4.0.2 (#619)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | patch | `v4.0.1` -> `v4.0.2` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4.0.2`](https://togithub.com/actions/setup-node/releases/tag/v4.0.2) [Compare Source](https://togithub.com/actions/setup-node/compare/v4.0.1...v4.0.2) #### What's Changed - Add support for `volta.extends` by [@&#8203;ThisIsManta](https://togithub.com/ThisIsManta) in [https://github.com/actions/setup-node/pull/921](https://togithub.com/actions/setup-node/pull/921) - Add support for arm64 Windows by [@&#8203;dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/927](https://togithub.com/actions/setup-node/pull/927) #### New Contributors - [@&#8203;ThisIsManta](https://togithub.com/ThisIsManta) made their first contribution in [https://github.com/actions/setup-node/pull/921](https://togithub.com/actions/setup-node/pull/921) **Full Changelog**: actions/setup-node@v4.0.1...v4.0.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/xmldom/xmldom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 631b104 commit c2fbff6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3535
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
36+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- run: npm install
@@ -67,7 +67,7 @@ jobs:
6767

6868
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6969
- name: Use Node.js ${{ matrix.node-version }}
70-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
70+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7171
with:
7272
node-version: ${{ matrix.node-version }}
7373
- run: ./pretest.sh ${{ matrix.ts-version }}
@@ -101,7 +101,7 @@ jobs:
101101

102102
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
103103
- name: Use Node.js ${{ matrix.node-version }}
104-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
104+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
105105
with:
106106
node-version: ${{ matrix.node-version }}
107107
- run: ./pretest.sh ${{ matrix.ts-version }}

.github/workflows/test-node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3535
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
36+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- run: npm ci --no-audit
@@ -59,7 +59,7 @@ jobs:
5959
egress-policy: audit
6060

6161
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
62-
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
62+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
6363
with:
6464
node-version-file: .node-version
6565
- run: npm ci --no-audit

0 commit comments

Comments
 (0)