Skip to content

Bump: Bump yaml from 2.2.2 to 2.5.1 #309

Bump: Bump yaml from 2.2.2 to 2.5.1

Bump: Bump yaml from 2.2.2 to 2.5.1 #309

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