Skip to content

'Refactored by Sourcery' #142

'Refactored by Sourcery'

'Refactored by Sourcery' #142

name: javascript-tests
on:
- push
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version:
- "16.x"
- "17.x"
steps:
- uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run jest