Skip to content

plea for maintainers #1

plea for maintainers

plea for maintainers #1

Workflow file for this run

name: Ubuntu d3@5
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm i d3@5
- run: npx grunt ci-pull