Skip to content

Commit

Permalink
Remove puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadJaziraly committed Dec 26, 2024
1 parent 5005055 commit 80f8f7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Chrome
run: |
sudo apt-get update
sudo apt-get install -y chromium-browser
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable

- name: Install dependencies
run: npm install

- name: Run ESLint and tests
run: npm test
env:
CHROME_BIN: /usr/bin/chromium-browser
CHROME_BIN: chrome
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"karma": "^6.1.0",
"karma-cli": "^1.0.1",
"karma-chrome-launcher": "^3.1.0",
"puppeteer": "^21.0.0",
"karma-qunit": "^4.1.2",
"qunit": "^2.14.0"
},
Expand Down

0 comments on commit 80f8f7d

Please sign in to comment.