Skip to content

Upgrade to newest santity with presentation tool #1701

Upgrade to newest santity with presentation tool

Upgrade to newest santity with presentation tool #1701

Workflow file for this run

name: Node Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.26.0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: pnpm install
- run: pnpm test