Skip to content

馃摑 update <Form /> component support encType with json #3344

馃摑 update <Form /> component support encType with json

馃摑 update <Form /> component support encType with json #3344

Workflow file for this run

name: Package Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'