Skip to content

Update all (major) #1471

Update all (major)

Update all (major) #1471

Workflow file for this run

name: Build
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12.x'
- run: npm i
- run: npm run build