Skip to content

Commit 799517f

Browse files
committed
ci: fix node version
1 parent a9a2316 commit 799517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js latest
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: lts
15+
node-version: lts/*
1616

1717
- name: Setup pnpm
1818
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)