Create npm-gulp.yml

This commit is contained in:
AS ABIR HASAN 2024-06-22 23:35:46 +03:00 committed by GitHub
parent b6265089d5
commit a16a670edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

28
.github/workflows/npm-gulp.yml vendored Normal file
View File

@ -0,0 +1,28 @@
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