Skip to content

Refactor/strict reserve swapping #95

Refactor/strict reserve swapping

Refactor/strict reserve swapping #95

Workflow file for this run

name: Test and Build Web
on:
pull_request:
push:
branches: ['main']
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build