Skip to content

chore: 18.0.2

chore: 18.0.2 #105

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run build:all
- run: ./integration-tests.sh