Skip to content

feat: Support github_artifact:// protocol #26

feat: Support github_artifact:// protocol

feat: Support github_artifact:// protocol #26

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
npm:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Set Yarn version
run: yarn policies set-version v1.22.19
- name: Yarn install
uses: nick-invision/retry@v2
with:
max_attempts: 3
retry_on: error
retry_wait_seconds: 15
timeout_minutes: 5
command: yarn install --frozen-lockfile
- name: Compile
run: npm run build