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

Merge pull request #76 from ringods/dependabot/github_actions/actions… #185

Merge pull request #76 from ringods/dependabot/github_actions/actions…

Merge pull request #76 from ringods/dependabot/github_actions/actions… #185

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/[email protected]
- name: Build on Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm run build --if-present
name: Build