Skip to content

chore(deps-dev): bump gh-pages from 3.2.3 to 5.0.0 #26

chore(deps-dev): bump gh-pages from 3.2.3 to 5.0.0

chore(deps-dev): bump gh-pages from 3.2.3 to 5.0.0 #26

Workflow file for this run

name: test
on:
push:
branches:
- main
- dev
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Build on Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm run build --if-present
name: Build
- run: npm test
env:
CI: true
- run: npm run lint
env:
CI: true
- run: npm run format
env:
CI: true