Skip to content

remove roadmapTargetShipMonthFieldId #134

remove roadmapTargetShipMonthFieldId

remove roadmapTargetShipMonthFieldId #134

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm install
- run: npm test