Skip to content

build(deps): bump body-parser from 2.2.2 to 2.3.0 #376

build(deps): bump body-parser from 2.2.2 to 2.3.0

build(deps): bump body-parser from 2.2.2 to 2.3.0 #376

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 20.x
- name: Test - Unit Tests
run: |
yarn install --immutable
yarn test
- name: Test - GitHub API calls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn test:ghapi