Skip to content

feat: ada support conway #566

feat: ada support conway

feat: ada support conway #566

name: build-packages
on:
pull_request:
branches: [onekey]
push:
branches:
- onekey
# Cancel a currently running workflow from the same PR/branch/tag
# when a new workflow is triggered
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
- name: Install Dependency
run: |
yarn
yarn bootstrap
- name: Build Target
run: |
yarn build