Skip to content

Commit db11cbf

Browse files
chore(deps): update dependency node to v22.21.1 (#186)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | patch | `22.21.0` -> `22.21.1` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/node-versions/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/node-versions) | --- ### Release Notes <details> <summary>actions/node-versions (node)</summary> ### [`v22.21.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.21.1-18894912842): 22.21.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.21.0-18671149699...22.21.1-18894912842) Node.js 22.21.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/settlemint/solidity-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Upgrade the Solidity CI workflow to Node.js 22.21.1 to apply the latest patch fixes and keep the build environment up to date. <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4c9596 commit db11cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solidity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- uses: actions/setup-node@v4
101101
with:
102-
node-version: 22.21.0
102+
node-version: 22.21.1
103103

104104
- name: Install Node dependencies
105105
run: npm install

0 commit comments

Comments
 (0)