Skip to content

Fix deploy error with default attemptDeadline #322

Fix deploy error with default attemptDeadline

Fix deploy error with default attemptDeadline #322

Workflow file for this run

name: Check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint:ci
- name: Test
run: npm run test