Skip to content

[Snyk] Security upgrade webpack-dev-server from 4.15.1 to 5.0.0 #56

[Snyk] Security upgrade webpack-dev-server from 4.15.1 to 5.0.0

[Snyk] Security upgrade webpack-dev-server from 4.15.1 to 5.0.0 #56

Workflow file for this run

name: "@labset/confluence-static-site Build and Test"
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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@v3
if: failure()
with:
name: wdio-artifacts
path: .tmp/