Skip to content

fix(deps): update dependency jsdom to ^24.1.0 #390

fix(deps): update dependency jsdom to ^24.1.0

fix(deps): update dependency jsdom to ^24.1.0 #390

Workflow file for this run

name: build-test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/setup-node@v4.0.2
with:
node-version: '18.x'
- name: install puppeteer libraries
run: |
sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb libgbm-dev
- name: use yarn and Test the App
run: |
yarn install
yarn test
yarn ci