Skip to content

chore(deps-dev): bump eslint from 8.41.0 to 8.48.0 #377

chore(deps-dev): bump eslint from 8.41.0 to 8.48.0

chore(deps-dev): bump eslint from 8.41.0 to 8.48.0 #377

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [^16.13, ^18.12, ^20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Transpile
run: yarn build
- name: Lint and run tests
run: yarn test
- name: Pack
run: npm pack