10000 Update anoduck.json - updated email · remy/mit-license@9422121 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Change of Email Address #595

Change of Email Address

Change of Email Address #595

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 14
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
0