Skip to content

Adding Caitlyn Mayers to the ring (#217) #150

Adding Caitlyn Mayers to the ring (#217)

Adding Caitlyn Mayers to the ring (#217) #150

Workflow file for this run

name: Main
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build webring
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install NPM dependencies
run: npm ci
- name: Start build
run: npm run build