Skip to content

Update dev.next.config.js.sample #20

Update dev.next.config.js.sample

Update dev.next.config.js.sample #20

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
paths:
- '**.**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GB_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm i
- run: npm run build --if-present