We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7fd07 commit 7bbbe4fCopy full SHA for 7bbbe4f
.github/actions/setup-node-pnpm/action.yml
@@ -7,7 +7,7 @@ runs:
7
8
- uses: actions/setup-node@v4
9
with:
10
- node-version-file: .node-version
+ node-version: 'lts/*'
11
registry-url: 'https://registry.npmjs.org'
12
# see pnpm cache setting below
13
env:
0 commit comments