Skip to content

chore(deps): update dependency @types/webpack to v5.28.5 #916

chore(deps): update dependency @types/webpack to v5.28.5

chore(deps): update dependency @types/webpack to v5.28.5 #916

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout latest changes
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install Dependencies
run: yarn
- name: Build
run: yarn workspace @storipress/unplugin-eta build
- name: Install Playwright Browsers
run: yarn workspace unplugin-eta-playground playwright install --with-deps
- name: Run test script
run: yarn workspace unplugin-eta-playground test:all
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: packages/playground/playwright-report/
retention-days: 7