Skip to content

feat(Rancher 2): AWS-304 Add option to set max body size (#20) #47

feat(Rancher 2): AWS-304 Add option to set max body size (#20)

feat(Rancher 2): AWS-304 Add option to set max body size (#20) #47

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup Node
uses: actions/setup-node@v3
- name: build
run: npm ci && npm run build