Skip to content

Commit f11ee77

Browse files
committed
chore: move to node 22
1 parent 0ef6954 commit f11ee77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js 18
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 22
3030
- name: npm install, lint, build, and test
3131
run: |
3232
yarn install --immutable
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949
- uses: actions/setup-node@v4
5050
with:
51-
node-version: 20
51+
node-version: 22
5252
registry-url: https://registry.npmjs.org/
5353
- run: yarn install --immutable
5454
- run: yarn build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"coconfig": "@openapi-typescript-infra/coconfig"
3434
},
3535
"engines": {
36-
"node": ">=20"
36+
"node": ">=22"
3737
},
3838
"keywords": [
3939
"service",

0 commit comments

Comments
 (0)