Skip to content

Bump gh-pages from 3.1.0 to 5.0.0 #29

Bump gh-pages from 3.1.0 to 5.0.0

Bump gh-pages from 3.1.0 to 5.0.0 #29

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test