Skip to content

Merge pull request #240 from makyen/Mak-FIRE-remove-DOMSubtreeModified #184

Merge pull request #240 from makyen/Mak-FIRE-remove-DOMSubtreeModified

Merge pull request #240 from makyen/Mak-FIRE-remove-DOMSubtreeModified #184

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Setup cache
id: cache-node
uses: actions/[email protected]
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: build
run: |
npm install --no-fund -g npm@^8.1.4
'./build.sh'