Skip to content

Bump babel-jest from 24.9.0 to 29.7.0 #31

Bump babel-jest from 24.9.0 to 29.7.0

Bump babel-jest from 24.9.0 to 29.7.0 #31

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Testing with Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test