1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

removed workflow cache

This commit is contained in:
Massimo Candela
2023-12-24 17:01:43 +01:00
parent d037e7c8cb
commit 9b67cfbe3e

View File

@@ -17,14 +17,6 @@ jobs:
with:
fetch-depth: '0'
- name: Cache multiple paths
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Build
run: |
npm install