Skip to content

Merge pull request #1 from AlexGuo1998/dependabot/npm_and_yarn/rollup… #2

Merge pull request #1 from AlexGuo1998/dependabot/npm_and_yarn/rollup…

Merge pull request #1 from AlexGuo1998/dependabot/npm_and_yarn/rollup… #2

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build
run: |-
npm ci
npm run build
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: output-scripts
path: build/