Skip to content

Bump body-parser from 1.20.2 to 1.20.3 (#788) #50

Bump body-parser from 1.20.2 to 1.20.3 (#788)

Bump body-parser from 1.20.2 to 1.20.3 (#788) #50

Workflow file for this run

name: dev-builds
on:
workflow_dispatch:
push:
branches:
- main
- 'builds/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn build
- name: Publish dev build
run: .github/scripts/publish-dev-build '${{ secrets.DEV_BUILD_GITHUB_TOKEN }}'