Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#971) #1916

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#971)

Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#971) #1916

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}