Skip to content

build(deps): bump cypress-io/github-action from 2 to 6 #439

build(deps): bump cypress-io/github-action from 2 to 6

build(deps): bump cypress-io/github-action from 2 to 6 #439

Workflow file for this run

name: node_js CI
on:
push:
branches:
- 'master'
pull_request:
branches:
- '**'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
- run: npm ci
- run: npm run lint