Skip to content

Commit

Permalink
chore: migrate to node 20 and fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Oct 7, 2024
1 parent a66a798 commit d8a2602
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 d8a2602

Please sign in to comment.