Skip to content

chore(deps-dev): Bump webpack from 5.93.0 to 5.94.0 (#99) #154

chore(deps-dev): Bump webpack from 5.93.0 to 5.94.0 (#99)

chore(deps-dev): Bump webpack from 5.93.0 to 5.94.0 (#99) #154

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build playground
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: NPM Install
run: npm install
- name: Unit Tests
run: npm run test