Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 #5

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 #5

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test:
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/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
CI: true
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run build