Skip to content

fix: upgrade multiple dependencies with Snyk #24

fix: upgrade multiple dependencies with Snyk

fix: upgrade multiple dependencies with Snyk #24

Workflow file for this run

ananthakumar j/vajratechnosolutions

Check failure on line 1 in .github/workflows/npm-gulp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/npm-gulp.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
: 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@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