Skip to content

fix gh-pages action #353

fix gh-pages action

fix gh-pages action #353

Workflow file for this run

name: CI
on:
push:
branches: [ 7.9.2 ]
pull_request:
branches: [ 7.9.2 ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test