Skip to content

Bump @babel/runtime from 7.23.1 to 7.23.4 #141

Bump @babel/runtime from 7.23.1 to 7.23.4

Bump @babel/runtime from 7.23.1 to 7.23.4 #141

Workflow file for this run

name: Web
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: npm ci, build
run: |
npm ci
export NODE_ENV=production && npx webpack
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: upload
path: |
web/public