Skip to content

Merge pull request #8812 from surveyjs/features/8809-rowsvisibleif-ma… #2154

Merge pull request #8812 from surveyjs/features/8809-rowsvisibleif-ma…

Merge pull request #8812 from surveyjs/features/8809-rowsvisibleif-ma… #2154

Workflow file for this run

name: NodeJS Test Build
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [19.2.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
export NODE_OPTIONS=--openssl-legacy-provider && npm run build