Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.5.0 in the eslint group across 1 directory #294

build(deps-dev): bump eslint from 8.57.0 to 9.5.0 in the eslint group across 1 directory

build(deps-dev): bump eslint from 8.57.0 to 9.5.0 in the eslint group across 1 directory #294

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install
run: npm install
- name: Test
run: npm test