Skip to content

Commit 0fc396d

Browse files
committed
Fix lts version
1 parent 376f310 commit 0fc396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.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@v4
1111
with:
12-
node-version: "lts"
12+
node-version: "lts/*"
1313
cache: "pnpm"
1414
- run: pnpm install -r
1515
- run: pnpm typecheck

0 commit comments

Comments
 (0)