mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
use cache for npm (#263)
This commit is contained in:
parent
c858f8173b
commit
9e1a5e7913
2 changed files with 27 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.nodejs }}
|
||||
- name: Cache NPM
|
||||
uses: ./.github/actions/cache-npm
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue