Skip to content

Bump @types/node from 22.7.5 to 22.13.0 #289

Bump @types/node from 22.7.5 to 22.13.0

Bump @types/node from 22.7.5 to 22.13.0 #289

Workflow file for this run

name: Gherklin
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
node-version: [22.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Run Gherklin
run: npm run gherklin