1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* remove "npm i"

This commit is contained in:
shimataro 2019-09-18 23:07:39 +09:00
parent f7aa160fcd
commit 30fd5a6121
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -28,9 +28,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.nodejs }}
- name: Install node-gyp
run: npm i -g node-gyp
- name: Install dependencies
run: npm i
- name: Build
run: npm run build