Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Merge pull request #44 from openfusion-dev/dependabot/npm_and_yarn/br… #16

Merge pull request #44 from openfusion-dev/dependabot/npm_and_yarn/br…

Merge pull request #44 from openfusion-dev/dependabot/npm_and_yarn/br… #16

Workflow file for this run

name: Validation
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12", "14", "16"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install-ci-test