Skip to content

Commit 7bbbe4f

Browse files
committed
ci: fix node version
1 parent 2c7fd07 commit 7bbbe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-node-pnpm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77

88
- uses: actions/setup-node@v4
99
with:
10-
node-version-file: .node-version
10+
node-version: 'lts/*'
1111
registry-url: 'https://registry.npmjs.org'
1212
# see pnpm cache setting below
1313
env:

0 commit comments

Comments
 (0)