Skip to content

Commit 96b2c6d

Browse files
chore(deps): update actions/setup-node action to v5 (#533)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-shared-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec5f44d commit 96b2c6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_and_release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Cache node_modules
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v5
4545
- name: Use Node.js 20
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
with:
4848
node-version: 22
4949
- name: Cache node_modules
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v5
6464
- name: Use Node.js 20
65-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@v5
6666
with:
6767
node-version: 22
6868
- name: Cache node_modules
@@ -85,7 +85,7 @@ jobs:
8585
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
8686
fetch-depth: 0 # we need to pull everything to allow lerna to detect what packages changed
8787
ref: master
88-
- uses: actions/setup-node@v4
88+
- uses: actions/setup-node@v5
8989
with:
9090
node-version: 22
9191
- name: Cache node_modules

0 commit comments

Comments
 (0)