Skip to content

chore(deps): update dependency eslint to v9 #2867

chore(deps): update dependency eslint to v9

chore(deps): update dependency eslint to v9 #2867

Workflow file for this run

name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.11.0
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test:node
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run test:browser
- run: npm run test:typings
- run: npm run test:deps
- run: npm run test:size
- run: npm run build:size