From 1d1c323a2e6e10e859ddb177ae6e57c38a87a149 Mon Sep 17 00:00:00 2001 From: Rajwansh vermaa <107112090+Hackriosaab@users.noreply.github.com> Date: Sat, 30 Dec 2023 00:10:12 +0530 Subject: [PATCH] Create npm-gulp.yml Signed-off-by: Rajwansh vermaa <107112090+Hackriosaab@users.noreply.github.com> --- .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..785a71f --- /dev/null +++ b/.github/workflows/npm-gulp.yml @@ -0,0 +1,28 @@ +name: NodeJS with Gulp + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14.x, 16.x, 18.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: Build + run: | + npm install + gulp