2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

remove cahce option

This commit is contained in:
Matthias
2021-12-02 10:58:43 +01:00
parent d92b314dd4
commit db98006db8

View File

@ -27,7 +27,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- name: Checkout Code
uses: actions/checkout@v2