UNPKG

gulp-mode

Version:

A gulp plugin for identifying biuld mode.

22 lines (21 loc) 467 B
version: 2.1 jobs: build: docker: - image: node:15.11.0 steps: - checkout - run: name: System information command: | echo "Node $(node -v)" echo "Yarn v$(yarn --version)" - run: name: Install gulp command: npm install -g gulp - run: name: Install dependencies command: npm install - run: name: Test command: npm test