Skip to content

Bump webpack from 5.90.3 to 5.94.0 in /lib #36

Bump webpack from 5.90.3 to 5.94.0 in /lib

Bump webpack from 5.90.3 to 5.94.0 in /lib #36

Workflow file for this run

name: Build Working Version
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: https://registry.npmjs.org/
- name: Install lib dependencies
run: cd lib && npm install
- name: Build library
run: cd lib && npm run build
- name: Test library
run: cd lib && npm run test:coverage