Skip to content

chore(deps-dev): bump webpack from 5.98.0 to 5.104.1 #210

chore(deps-dev): bump webpack from 5.98.0 to 5.104.1

chore(deps-dev): bump webpack from 5.98.0 to 5.104.1 #210

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: yarn
- run: yarn test