Skip to content

Bump pagefind from 1.0.4 to 1.1.1 (#971) #56

Bump pagefind from 1.0.4 to 1.1.1 (#971)

Bump pagefind from 1.0.4 to 1.1.1 (#971) #56

Workflow file for this run

name: general
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Test software
run: npm test