Skip to content

Merge pull request #20 from buttercup/dependabot/npm_and_yarn/babel/t… #41

Merge pull request #20 from buttercup/dependabot/npm_and_yarn/babel/t…

Merge pull request #20 from buttercup/dependabot/npm_and_yarn/babel/t… #41

Workflow file for this run

name: Tests
on: push
jobs:
specs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Node.js specs ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test