Skip to content

Commit 6304912

Browse files
chore(deps): update node.js to v22
1 parent 9b49418 commit 6304912

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: '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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.0
1+
22.14.0

0 commit comments

Comments
 (0)