Skip to content

📦 NEW: try to remove --frozen-lockfile #3

📦 NEW: try to remove --frozen-lockfile

📦 NEW: try to remove --frozen-lockfile #3

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"
- run: pnpm install
- run: pnpm run build