Skip to content

build: pre-version 15.0.0-next.1 #383

build: pre-version 15.0.0-next.1

build: pre-version 15.0.0-next.1 #383

Workflow file for this run

# This workflow will do a clean install of node dependencies, test and build the source code.
name: Test and Build CI
on:
push:
branches-ignore:
# run on all branches other then main
- main
tags-ignore:
# And do not run for any tags
- "*"
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.15.1
- uses: ./.github/actions/test
- uses: ./.github/actions/build