Skip to content

Commit e967806

Browse files
committed
no registry url
1 parent fe6b620 commit e967806

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/.hatch-run.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
required: false
1818
type: string
1919
default: '["3.x"]'
20-
uses-secrets:
21-
type: boolean
22-
default: false
2320
secrets:
2421
node-auth-token:
2522
required: false
@@ -39,14 +36,8 @@ jobs:
3936
steps:
4037
- uses: actions/checkout@v2
4138
- uses: actions/setup-node@v2
42-
if: ${{ inputs.uses-secrets }}}
4339
with:
44-
node-version: "14.x"
45-
registry-url: "https://registry.npmjs.org"
46-
- uses: actions/setup-node@v2
47-
if: ${{ inputs.uses-secrets }}}
48-
with:
49-
node-version: "14.x"
40+
node-version: "15.x"
5041
- name: Pin NPM Version
5142
run: npm install -g npm@8.19.3
5243
- name: Use Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)