Skip to content

Commit 3cb48a9

Browse files
committed
(*) revert some debug changes made in previous commits
1 parent 42d813d commit 3cb48a9

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ jobs:
8888
name: Install
8989
run: npm ci
9090

91-
- name: Install Chrome for Puppeteer
92-
run: npx puppeteer browsers install chrome
93-
9491
- name: Build
9592
run: npm run build
9693

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v5
2626
with:
2727
path: ./node_modules
28-
key: v2-${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2929

3030
- if: steps.cache.outputs.cache-hit != 'true'
3131
name: Install

0 commit comments

Comments
 (0)