Skip to content

Add FUNDING.yml

Add FUNDING.yml #283

Workflow file for this run

name: run tests.js
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- run: node tests.js