Skip to content

Bump the minor-and-patch group with 3 updates #2166

Bump the minor-and-patch group with 3 updates

Bump the minor-and-patch group with 3 updates #2166

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Build
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: "20.16.0"
cache: "yarn"
- name: 📦 Install dependencies
run: yarn --frozen-lockfile
- run: yarn run lint
- run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: yarn run test
env:
DISPLAY: ":99.0"