Skip to content

test: update tests to make them pass with the next node version #1149

test: update tests to make them pass with the next node version

test: update tests to make them pass with the next node version #1149

Workflow file for this run

name: "size"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: supertokens/size-limit-action@feature/continue_on_base_branch_error
with:
github_token: ${{ secrets.GITHUB_TOKEN }}