8000 npm install -g npm-cli-login · avdim/github-script@54b1170 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54b1170

Browse files
committed
npm install -g npm-cli-login
1 parent 10ad4ef commit 54b1170

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
path: ~/.npm
1717
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
1818
restore-keys: ${{runner.os}}-npm-
19-
# - run: npm ci #todo better use ci
20-
- run: npm install
19+
- run: npm ci
2120
- run: npm run style:check
2221
- run: npm test

.github/workflows/my_node_js_integration_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- run: npm ci
22+
- run: npm install -g npm-cli-login
23+
# - run: npm ci #todo better use ci
24+
- run: npm install
2325
- run: ./integration_test.sh
2426
# - run: npm run build --if-present
2527
# - run: npm test

0 commit comments

Comments
 (0)
0