Skip to content

build(deps): Bump octokit/request-action from 2.3.1 to 2.4.0 in the a… #1069

build(deps): Bump octokit/request-action from 2.3.1 to 2.4.0 in the a…

build(deps): Bump octokit/request-action from 2.3.1 to 2.4.0 in the a… #1069

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@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- 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