Skip to content

build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions group #281

build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions group

build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions group #281

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
name: Run Tests and Generate Coverage Report
runs-on: ubuntu-latest
env:
TURBO_FORCE: true
steps:
- uses: actions/[email protected]
- name: Set up pnpm
uses: pnpm/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
cache: "pnpm"
- run: pnpm install -rw --frozen-lockfile
- run: pnpm lint
- run: pnpm cov