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

build(deps): bump braces and gulp #871

build(deps): bump braces and gulp

build(deps): bump braces and gulp #871

Workflow file for this run

name: nodejs-ci
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
nodejs-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use matching NodeJS version
uses: actions/setup-node@v2
with:
node-version: '16'
check-latest: true
- name: Install modules and run gulp
run: npm ci
- name: Test
run: npm run test