Skip to content

Bump webpack from 5.93.0 to 5.94.0 #10

Bump webpack from 5.93.0 to 5.94.0

Bump webpack from 5.93.0 to 5.94.0 #10

Workflow file for this run

name: Archiver Viewer CI
on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
- name: Install 🔧
run: npm install
- name: Test 🚨
run: npm test
- name: Build 🏗️
run: npm run build
env:
CI: ""