Skip to content

chore(deps): update freckle/mergeabot-action action to v3 #711

chore(deps): update freckle/mergeabot-action action to v3

chore(deps): update freckle/mergeabot-action action to v3 #711

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
cache: yarn
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build
- run: yarn test