Skip to content

chore(deps): bump the patch-deps-updates-main group with 3 updates #820

chore(deps): bump the patch-deps-updates-main group with 3 updates

chore(deps): bump the patch-deps-updates-main group with 3 updates #820

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: 💚 Use Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
- name: 🚧 Install Dependencies
run: npm ci
- name: 📦 Build
run: npm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@b706e4e27b14669b486812790492dc50ca16b465 # v1.7
with:
run: npm test