Skip to content

Commit f80460c

Browse files
committed
feat: support node.js 22 LTS
1 parent 3d4c2e3 commit f80460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: '20'
10+
node-version: '22'
1111
- run: npm ci
1212
- run: npm run build
1313
- run: npm run format

0 commit comments

Comments
 (0)