Skip to content

Fix: hide notification #343

Fix: hide notification

Fix: hide notification #343

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
frontend:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install gulp
run: npm install -g gulp@4.0.2
- name: Install dependencies
run: npm install
# - name: Run gulp
# run: gulp ci