add npm cache to action

This commit is contained in:
Jacob Overgaard
2022-08-04 15:31:42 +02:00
parent b1398d38af
commit 5780fb2e92

View File

@@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers