Skip to content

Commit 4d0ada5

Browse files
commit'
1 parent ccc7385 commit 4d0ada5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "22"
19+
node-version: "23"
2020
cache: "pnpm"
2121

2222
- name: Install dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typedoc": "^0.26.11"
2020
},
2121
"engines": {
22-
"node": ">=22.11.0"
22+
"node": ">=23"
2323
}
2424
}

0 commit comments

Comments
 (0)