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

Merge pull request #45 from openfusion-dev/dependabot/npm_and_yarn/ba… #19

Merge pull request #45 from openfusion-dev/dependabot/npm_and_yarn/ba…

Merge pull request #45 from openfusion-dev/dependabot/npm_and_yarn/ba… #19

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