Skip to content

Bump @primer/react from 36.21.0 to 36.22.0 #4

Bump @primer/react from 36.21.0 to 36.22.0

Bump @primer/react from 36.21.0 to 36.22.0 #4

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