Skip to content

🆙 npm(deps-dev): Bump eslint from 8.43.0 to 8.44.0 (#92) #217

🆙 npm(deps-dev): Bump eslint from 8.43.0 to 8.44.0 (#92)

🆙 npm(deps-dev): Bump eslint from 8.43.0 to 8.44.0 (#92) #217

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
permissions: read-all
env:
CI: true
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install --ignore-scripts --pure-lockfile
- run: npm run build --if-present
- run: npm run test --if-present