Skip to content

Commit 18cf389

Browse files
chore(deps): update node.js to v22.18.0 (#472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ede5768 commit 18cf389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: '22.17.1' # specified in the package.json engines.node field
52+
node-version: '22.18.0' # specified in the package.json engines.node field
5353

5454
- name: Install dependencies
5555
run: npm ci

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.18.0

0 commit comments

Comments
 (0)