Skip to content

Bump @cucumber/gherkin from 17.0.2 to 28.0.0 #34

Bump @cucumber/gherkin from 17.0.2 to 28.0.0

Bump @cucumber/gherkin from 17.0.2 to 28.0.0 #34

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