Skip to content

build(deps-dev): bump scratch-render from 366bfbb to 4be3034 (#924) #1219

build(deps-dev): bump scratch-render from 366bfbb to 4be3034 (#924)

build(deps-dev): bump scratch-render from 366bfbb to 4be3034 (#924) #1219

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test
- name: Build standalone
run: npm run build-standalone-prod
- name: Upload standalone artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: standalone
path: dist/standalone.html