Skip to content

chore: update node to v20 to run the action #358

chore: update node to v20 to run the action

chore: update node to v20 to run the action #358

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
yarn install
- run: |
yarn all