Skip to content

chore(deps): bump the github-actions group with 8 updates #44

chore(deps): bump the github-actions group with 8 updates

chore(deps): bump the github-actions group with 8 updates #44

Workflow file for this run

name: ✅ test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: actions/setup-node@v7
with:
node-version: 22
- run: npm install --legacy-peer-deps
- run: npm run compile
- run: npm run test:only