Skip to content

chore(deps-dev): Bump gh-pages from 2.2.0 to 5.0.0 #153

chore(deps-dev): Bump gh-pages from 2.2.0 to 5.0.0

chore(deps-dev): Bump gh-pages from 2.2.0 to 5.0.0 #153

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.18.1
cache: 'npm'
- run: npm ci --no-audit --prefer-offline
- run: npm run build
- run: npm test