Skip to content

Bump body-parser from 1.20.5 to 1.20.6 #86

Bump body-parser from 1.20.5 to 1.20.6

Bump body-parser from 1.20.5 to 1.20.6 #86

Workflow file for this run

name: Tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
node_version: [24, 26]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.node_version }}"
- run: yarn --ignore-scripts --pure-lockfile
- run: yarn test