Skip to content

chore(deps): update actions/checkout action to v4.1.7 #404

chore(deps): update actions/checkout action to v4.1.7

chore(deps): update actions/checkout action to v4.1.7 #404

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.7
- 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