Skip to content

chore(deps-dev): bump webpack from 5.93.0 to 5.94.0 in /portal in the npm_and_yarn group across 1 directory #219

chore(deps-dev): bump webpack from 5.93.0 to 5.94.0 in /portal in the npm_and_yarn group across 1 directory

chore(deps-dev): bump webpack from 5.93.0 to 5.94.0 in /portal in the npm_and_yarn group across 1 directory #219

Workflow file for this run

name: Portal Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
working-directory: common
version: 8
run_install: true
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run tests
run: cd portal && pnpm run test:common