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:
parent
f7aa160fcd
commit
30fd5a6121
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue