There was an error while loading. Please reload this page.
1 parent 1fd1530 commit 43585ccCopy full SHA for 43585cc
.github/workflows/ci.yml
@@ -24,10 +24,8 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix['node-version'] }}
27
-# Enabling the cache reduces the "Install dependencies" step by 1m30,
28
-# but you need package-lock.json in the repo.
29
-# cache: 'npm'
30
-# cache-dependency-path: 'package-lock.json'
+ cache: 'npm'
+ cache-dependency-path: 'package-lock.json'
31
32
- name: Install dependencies
33
run: npm install
.gitignore
@@ -8,4 +8,3 @@ gh-pages/
8
karma.conf.js
9
node_modules
10
npm-debug.log*
11
-package-lock.json
0 commit comments