Skip to content

build(deps): bump body-parser from 1.20.2 to 1.20.3 #48

build(deps): bump body-parser from 1.20.2 to 1.20.3

build(deps): bump body-parser from 1.20.2 to 1.20.3 #48

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
tests:
name: Install & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 20.x
- name: Install dependencies
run: 'yarn'
- name: Test
run: yarn test
env:
CI: true