Skip to content

Commit 1a172d6

Browse files
chore(deps): update node.js to v22
1 parent 6e5a969 commit 1a172d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- run: corepack enable
5757
- uses: actions/setup-node@v3
5858
with:
59-
node-version: 16
59+
node-version: 22
6060
cache: 'pnpm'
6161
- name: Install dependencies
6262
run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"node": ">=16.0"
5353
},
5454
"volta": {
55-
"node": "20.18.1",
55+
"node": "22.19.0",
5656
"npm": "10.9.1"
5757
}
5858
}

0 commit comments

Comments
 (0)