Skip to content

Update version number #68

Update version number

Update version number #68

Workflow file for this run

name: Build and check
on:
pull_request:
branches: [main]
jobs:
build:
if: github.event_name != 'push'
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install
npm run build