Skip to content

chore(deps): bump webpack from 4.38.0 to 5.94.0 in /ui #132

chore(deps): bump webpack from 4.38.0 to 5.94.0 in /ui

chore(deps): bump webpack from 4.38.0 to 5.94.0 in /ui #132

Workflow file for this run

name: Test UI
on:
pull_request:
branches:
- main
paths:
- "ui/**"
- "hack/build-ui.bash"
- ".github/workflows/ui.yaml"
jobs:
test-ui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Cache node modules
uses: actions/cache@v1
with:
path: ui/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/ui/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Build UI
env:
NPM_CONFIG_GLOBALCONFIG: "dist/npm/config/npmrc"
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_DEVSPACE_REGISTRY_TOKEN }}
CI: "false"
run: ./hack/build-ui.bash