Skip to content

Update dist/main.min.js #28

Update dist/main.min.js

Update dist/main.min.js #28

Workflow file for this run

name: Node.js CI
on:
push:
paths-ignore:
- '*.md'
- 'LICENSE'
- '.gitignore'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18.x', '20.x']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run install
uses: borales/[email protected]
with:
cmd: install
- name: Build bundle
uses: borales/[email protected]
with:
cmd: build