Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 2c67266

Browse files
chore: update nodejs version to 22.15.0 (#157)
### Description *Please include a summary of the change or which issue is fixed.* **Issue number:** (e.g. #123) ### Type of change - [ ] New feature (non-breaking change which adds functionality) - [x] Fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ### Checklist - [ ] I have performed a self-review of this change - [ ] Changes have been tested - [ ] Changes are documented - [ ] Changes generate *no new warnings* - [ ] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) If this is a breaking change 👇 - [ ] I have documented the migration process - [ ] I have implemented necessary warnings (if it can live side by side) ## Acknowledgement By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Disclaimer:** We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
2 parents 0e85192 + 21e46c9 commit 2c67266

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/on_release_created.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v3
23-
- name: Setup Node 18
23+
- name: Setup Node 22
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
registry-url: "https://registry.npmjs.org"
2828
- name: Install yarn
2929
run: corepack enable

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v3
20-
- name: Setup Node 18
20+
- name: Setup Node 22
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 22
2424
registry-url: 'https://registry.npmjs.org'
2525
- name: Install yarn
2626
run: corepack enable

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.11.1
1+
nodejs 22.15.0

0 commit comments

Comments
 (0)