Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDubey-Devops authored Oct 9, 2024
1 parent d7c1d96 commit f58027b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,18 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]


steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Independencies
run: npm i
- name: Linter
run : npx standard -v

deploy:
runs-on: ubuntu-latest
needs: ['build','lint'] # Wait for the build job to finish
Expand Down

0 comments on commit f58027b

Please sign in to comment.