Skip to content

Bump: Bump jest from 29.4.3 to 29.7.0 #296

Bump: Bump jest from 29.4.3 to 29.7.0

Bump: Bump jest from 29.4.3 to 29.7.0 #296

Workflow file for this run

name: Tests
on:
- push
jobs:
lint:
name: 🔮 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx eslint ./ --max-warnings=0
jest:
name: 🤹‍♂️ Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx jest