2022-09-19 21:52:31 +02:00

16 lines
311 B
YAML

name: Strudel Build
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm install && cd repl && npm install
- run: npm run build