Skip to content

Bump @types/jest from 27.5.2 to 29.5.2 #301

Bump @types/jest from 27.5.2 to 29.5.2

Bump @types/jest from 27.5.2 to 29.5.2 #301

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
always-auth: false
node-version: ${{ matrix.node-version }}
- name: Run npm install
run: npm install
- name: Run lint:everything
run: npm run lint