1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Comment out cache

This commit is contained in:
Michal Checinski
2022-07-29 15:44:26 +02:00
parent d31b69cf73
commit 4ce6898fa4

View File

@@ -29,8 +29,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
with:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
# cache: 'npm'
# cache-dependency-path: '**/package-lock.json'
node-version: '16'
- name: Print environment