Skip to content

Bump body-parser from 1.20.2 to 1.20.3 #80

Bump body-parser from 1.20.2 to 1.20.3

Bump body-parser from 1.20.2 to 1.20.3 #80

Workflow file for this run

name: Tests
on: pull_request
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Setup firefox
uses: browser-actions/setup-firefox@latest
with:
firefox-version: 'latest'
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- run: yarn test