Skip to content

Commit c09b73f

Browse files
chore(deps): update node.js to v22
1 parent 56fe8f1 commit c09b73f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
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: '16.20.2' # specified in the package.json engines.node field
52+
node-version: '22.14.0' # specified in the package.json engines.node field
5353

5454
- name: Install dependencies
5555
run: npm ci

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.0
1+
22.14.0

0 commit comments

Comments
 (0)