Skip to content

Bump caniuse-lite from 1.0.30001667 to 1.0.30001668 #5699

Bump caniuse-lite from 1.0.30001667 to 1.0.30001668

Bump caniuse-lite from 1.0.30001667 to 1.0.30001668 #5699

Workflow file for this run

---
name: eslint
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
test:
name: Node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [18.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm i
- name: npm run lint
run: npm run lint