Skip to content

Commit c72065e

Browse files
chore(deps): update node.js to v22
1 parent e4dcdc7 commit c72065e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.15.0' # specified in the package.json engines.node field
5353

5454
- name: Install dependencies
5555
run: npm ci

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
22.15.0

0 commit comments

Comments
 (0)