Skip to content

Commit

Permalink
Merge pull request #2376 from innovaccer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
anuradha9712 authored Oct 8, 2024
2 parents a66a798 + 1172d55 commit baca54a
Show file tree
Hide file tree
Showing 6 changed files with 44,155 additions and 35,250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'

- name: npm install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v1
if: steps.is_release_commit.outputs.result == 1
with:
node-version: '14.x'
node-version: '20.x'

- name: npm install
if: steps.is_release_commit.outputs.result == 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'

- name: npm install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'

- name: npm install
run: npm ci
Expand Down
Loading

0 comments on commit baca54a

Please sign in to comment.