Skip to content

Commit

Permalink
Updated npm-gulp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nashidahmed committed Nov 10, 2023
1 parent 5a61eff commit 558a94c
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: NodeJS with Gulp

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
Expand All @@ -15,18 +15,20 @@ jobs:
node-version: [14.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install
- name: Install dependencies
run: npm install

- name: Build with Gulp
run: npx gulp
- name: Debug Gulp Build
run: |
npx gulp build
ls -l # List files and directories in the current directory for debugging purposes
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 558a94c

Please sign in to comment.