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 fe6b620 commit 8c6b022Copy full SHA for 8c6b022
.github/workflows/.hatch-run.yml
@@ -17,9 +17,6 @@ on:
17
required: false
18
type: string
19
default: '["3.x"]'
20
- uses-secrets:
21
- type: boolean
22
- default: false
23
secrets:
24
node-auth-token:
25
@@ -39,14 +36,8 @@ jobs:
39
36
steps:
40
37
- uses: actions/checkout@v2
41
38
- uses: actions/setup-node@v2
42
- if: ${{ inputs.uses-secrets }}}
43
with:
44
- node-version: "14.x"
45
- registry-url: "https://registry.npmjs.org"
46
- - uses: actions/setup-node@v2
47
48
- with:
49
+ node-version: "16.x"
50
- name: Pin NPM Version
51
run: npm install -g npm@8.19.3
52
- name: Use Python ${{ matrix.python-version }}
0 commit comments