Skip to content

fix(deps): bump prettier from 3.3.3 to 3.4.1 #150

fix(deps): bump prettier from 3.3.3 to 3.4.1

fix(deps): bump prettier from 3.3.3 to 3.4.1 #150

Workflow file for this run

name: Test
on: [pull_request]
permissions: read-all
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install node
uses: actions/[email protected]
with:
node-version: 22.x
- name: Install dependencies and link
run: npm ci && npm link
- name: Run tests
run: npm run test