Skip to content

Build(deps): bump jest-environment-jsdom from 29.5.0 to 29.7.0 (#1251) #1185

Build(deps): bump jest-environment-jsdom from 29.5.0 to 29.7.0 (#1251)

Build(deps): bump jest-environment-jsdom from 29.5.0 to 29.7.0 (#1251) #1185

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run production