Skip to content

Chore(deps-dev): bump jest from 29.6.1 to 29.6.4 (#854) #1342

Chore(deps-dev): bump jest from 29.6.1 to 29.6.4 (#854)

Chore(deps-dev): bump jest from 29.6.1 to 29.6.4 (#854) #1342

Workflow file for this run

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