Skip to content

Commit 159aeef

Browse files
committed
chore: upgrade node version of ci to 18
1 parent 3e78ca6 commit 159aeef

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
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: 14
12+
node-version: 18
1313
- run: npm install
1414
- run: npm run typecheck
1515
- run: npm test

0 commit comments

Comments
 (0)