Skip to content

Commit b50b6f9

Browse files
committed
build: upgrade node version to fix build errors
1 parent d2fc23f commit b50b6f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
node: ['18.x', '20.x', '22.x']
12+
node: ['22.x', '24.x']
1313
os: [ubuntu-latest, macOS-latest]
1414

1515
steps:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"src"
99
],
1010
"engines": {
11-
"node": ">=18 <=22"
11+
"node": ">=22 <=24"
1212
},
1313
"scripts": {
1414
"start": "chakra typegen ./src/theme.ts --watch & tsup --watch",

0 commit comments

Comments
 (0)