Skip to content

Bump gh-pages from 2.2.0 to 5.0.0 #40

Bump gh-pages from 2.2.0 to 5.0.0

Bump gh-pages from 2.2.0 to 5.0.0 #40

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Run tests
env:
CI: true
run: |
npm ci
npm test