Skip to content

Commit

Permalink
Merge pull request #92 from snyk-tech-services/test/fix
Browse files Browse the repository at this point in the history
test: use Node 14 + grab latest headless chrome
  • Loading branch information
lili2311 authored Feb 18, 2022
2 parents 8cd5358 + 309489a commit 4471254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands:
- run:
name: Install Headless Chrome dependencies
command: |
sudo apt-get install -yq \
sudo apt update && sudo apt-get install -yq \
gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \
libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \
libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
only_for_branches: master
build-test:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- slack/notify:
channel: C0137E8F72A
Expand All @@ -72,7 +72,7 @@ jobs:
only_for_branches: master
build-test-from-fork:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- install_deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"debug": "4.3.3",
"handlebars": "4.7.7",
"lodash": "4.17.21",
"node-fetch": "2.6.6",
"node-fetch": "2.6.7",
"p-map": "4.0.0",
"puppeteer": "5.4.1",
"snyk-api-ts-client": "1.8.1",
Expand Down

0 comments on commit 4471254

Please sign in to comment.