Skip to content

v0.51.0-b

v0.51.0-b #7

Workflow file for this run

name: CI
on: [push]
jobs:
create_and_build:
name: Create and build
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: node bin/create-cubing-app my-cubing-project
- run: cd my-cubing-project && npm run build