Skip to content

Revert "Bump fs-extra from 11.2.0 to 11.3.0 in the npm group" #172

Revert "Bump fs-extra from 11.2.0 to 11.3.0 in the npm group"

Revert "Bump fs-extra from 11.2.0 to 11.3.0 in the npm group" #172

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
name: Node ${{ matrix.node_version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Nodejs
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Gauge
run: npm install -g @getgauge/cli
- name: unit-tests
run: |
npm install
gauge run --tags='!knownIssue & (actions_on_project_load | actions_on_file_edit)' --env=js-wd