Skip to content

Commit 660ea43

Browse files
committed
Bump node to v22
1 parent a817c56 commit 660ea43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node and NPM
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 22
2828
cache: npm
2929

3030
- name: Install and build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js and NPM
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 22
2121
cache: npm
2222

2323
- name: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"devEngines": {
245245
"runtime": {
246246
"name": "node",
247-
"version": ">=14.x",
247+
"version": ">=22.x",
248248
"onFail": "error"
249249
},
250250
"packageManager": {

0 commit comments

Comments
 (0)