Skip to content

Bump prettier from 3.1.1 to 3.2.5 #74

Bump prettier from 3.1.1 to 3.2.5

Bump prettier from 3.1.1 to 3.2.5 #74

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency:
# This will make sure we only apply the concurrency limits on pull requests
# but not pushes to master branch by making the concurrency group name unique
# for pushes
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: |
npm install
- name: Build and test
run: |
npm run all
bin/starred_search -v