Skip to content

[Snyk] Security upgrade webpack-dev-server from 4.15.2 to 5.1.0 #102

[Snyk] Security upgrade webpack-dev-server from 4.15.2 to 5.1.0

[Snyk] Security upgrade webpack-dev-server from 4.15.2 to 5.1.0 #102

Workflow file for this run

name: "@labset/confluence-static-site Build and Test"
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn format:check
- run: yarn wdio
env:
TEST_ENVIRONMENT: ci
- uses: actions/upload-artifact@v4
if: failure()
with:
name: wdio-artifacts
path: .tmp/