Skip to content

Bump braces, webpack, babel-jest, jest, jest-cli and webpack-cli #21

Bump braces, webpack, babel-jest, jest, jest-cli and webpack-cli

Bump braces, webpack, babel-jest, jest, jest-cli and webpack-cli #21

Workflow file for this run

name: Test package
on: pull_request
jobs:
build-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm test
- run: npm run build