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.
.node-version
1 parent a0941c6 commit 3edb840Copy full SHA for 3edb840
.github/workflows/create-release-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup Node.js
33
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
34
with:
35
- node-version: 'lts/*'
+ node-version-file: ./.node-version
36
37
# No need to install dependencies - npm version works without them
38
- name: Version bump
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
if: steps.tag-check.outputs.exists == 'false'
48
49
50
51
registry-url: 'https://registry.npmjs.org'
52
53
- name: Install latest npm
0 commit comments