File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,14 @@ jobs:
17
17
18
18
- uses : actions/checkout@v2
19
19
20
- # - name: Cache node modules
21
- # uses: actions/cache@v1
22
- # with:
23
- # path: ~/.npm
24
- # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25
- # restore-keys: |
26
- # ${{ runner.os }}-node-
27
- #
28
- # - uses: browser-actions/setup-chrome@latest
29
- # with:
30
- # chrome-version: stable
31
- # - run: chrome --version
32
-
33
- # - uses: nanasess/setup-chromedriver@master
34
- # - run: |
35
- # export DISPLAY=:99
36
- # chromedriver --url-base=/wd/hub &
37
- # sudo Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 & # optional
20
+ - name : Cache node modules
21
+ uses : actions/cache@v1
22
+ with :
23
+ path : ~/.npm
24
+ key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25
+ restore-keys : |
26
+ ${{ runner.os }}-node-
27
+
38
28
- name : Use Node.js
39
29
uses : actions/setup-node@v1
40
30
with :
You can’t perform that action at this time.
0 commit comments