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.
.nvmrc
1 parent b5e096c commit 8b9a6c7Copy full SHA for 8b9a6c7
.github/workflows/cd.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/setup-node@v5
51
with:
52
check-latest: true
53
- node-version: lts/*
+ node-version-file: .nvmrc
54
package-manager-cache: false
55
registry-url: https://registry.npmjs.org
56
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
registry-url: https://npm.pkg.github.com
92
scope: ${{ env.SCOPE }}
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
- name: Install
63
run: npm i --ignore-scripts
0 commit comments