Skip to content

Bump webpack from 5.89.0 to 5.94.0 #50

Bump webpack from 5.89.0 to 5.94.0

Bump webpack from 5.89.0 to 5.94.0 #50

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Add NodeJs
uses: actions/setup-node@v1
with:
node-version: "12"
- name: Installnode_module
run: npm ci
- name: Build the project
run: npm run plugin-build