Skip to content

Bump @typescript-eslint/parser from 5.57.0 to 5.60.0 #33

Bump @typescript-eslint/parser from 5.57.0 to 5.60.0

Bump @typescript-eslint/parser from 5.57.0 to 5.60.0 #33

Workflow file for this run

on: [pull_request]
name: CI
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# GitHub action for Node.JS.
# https://github.com/actions/setup-node
- uses: actions/setup-node@v2
with:
node-version: "16.13.2"
check-latest: true
- name: Install dependencies
run: npm ci
- name: Create the bundle
run: npm run build
- name: Run tests
run: npm run test