From a16a670edd963602c92d3f731ce27c6b8ef6304d Mon Sep 17 00:00:00 2001 From: AS ABIR HASAN <133064937+ABirHAsan123-beep@users.noreply.github.com> Date: Sat, 22 Jun 2024 23:35:46 +0300 Subject: [PATCH] Create npm-gulp.yml --- .github/workflows/npm-gulp.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/npm-gulp.yml diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml new file mode 100644 index 0000000..ddfffed --- /dev/null +++ b/.github/workflows/npm-gulp.yml @@ -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