Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #38

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #38

Workflow file for this run

# Build and test script to run on PR and main build
name: Build and Test
permissions:
deployments: write
on:
pull_request:
branches:
- main
check_run:
types: [rerequested, requested_action]
env:
NODE_VERSION: 16.14.0
IS_CI: 1
SCREENSHOT_PATH: 'src/test/*-screenshot.png'
jobs:
build:
name: Build Distribution
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node ${{env.NODE_VERSION}}
uses: actions/[email protected]
with:
node-version: ${{env.NODE_VERSION}}
- run: npm install
name: npm install
- run: npm run build
name: webpack for production