Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e8b58de

Browse files
committed
update node version in ci;
Signed-off-by: tcar <tcar121293@gmail.com>
1 parent f329b83 commit e8b58de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v3
2222
with:
2323
cache: yarn
24-
node-version: 16
24+
node-version: 18
2525
- run: yarn install --frozen-lockfile
2626
- run: yarn typecheck
2727
- run: yarn spellcheck

0 commit comments

Comments
 (0)