Skip to content

build(deps-dev): Bump @typescript-eslint/parser from 7.13.0 to 7.13.1 #892

build(deps-dev): Bump @typescript-eslint/parser from 7.13.0 to 7.13.1

build(deps-dev): Bump @typescript-eslint/parser from 7.13.0 to 7.13.1 #892

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: |
ln -s ../ ./node_modules/wdio-vite-service
npm test