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

use cache for npm

This commit is contained in:
shimataro 2023-10-13 09:22:16 +09:00
parent c858f8173b
commit c1614604e2
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 27 additions and 0 deletions

View file

@ -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