Skip to content

chore(deps): update actions/upload-pages-artifact action to v4 #28

chore(deps): update actions/upload-pages-artifact action to v4

chore(deps): update actions/upload-pages-artifact action to v4 #28

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: 22.22.0
cache: npm
- run: npm ci
- run: npx tsc --noEmit
- run: npx vitest run --coverage --passWithNoTests