action-setup/.github/workflows/npm-gulp.yml

29 lines
564 B
YAML
Raw Normal View History

2024-06-23 04:35:46 +08:00
name: NodeJS with Gulp
on: Control + Shift + m
push: true
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs: Control + Shift + m
build:
runs-on: ubuntu-latest
strategy: .github/workflows/test.yaml
matrix: run_install.cwd
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp