Skip to content

pin to ubuntu-22.04 for puppeteer/chromium sake (https://github.com/p… #992

pin to ubuntu-22.04 for puppeteer/chromium sake (https://github.com/p…

pin to ubuntu-22.04 for puppeteer/chromium sake (https://github.com/p… #992

Workflow file for this run

name: Check Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint