Skip to content

Commit d665310

Browse files
chore(deps): update node.js to v22.21.0
1 parent aae332f commit d665310

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@v5
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: '22.18.0' # specified in the package.json engines.node field
52+
node-version: '22.21.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.18.0
1+
22.21.0

0 commit comments

Comments
 (0)