Skip to content

Commit

Permalink
PR to upgrade node from 20.x to 21.x (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjais authored Oct 27, 2024
1 parent c7c50d1 commit 3f1d384
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '21.x'
cache: 'npm'
cache-dependency-path: ./ansible_ai_connect_admin_portal/package-lock.json

Expand All @@ -111,7 +111,7 @@ jobs:
- name: Use Node.js (chatbot)
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '21.x'
cache: 'npm'
cache-dependency-path: ./ansible_ai_connect_chatbot/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '21.x'
cache: 'npm'
cache-dependency-path: ${{env.WORKING_DIRECTORY}}/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_audit_chatbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '21.x'
cache: 'npm'
cache-dependency-path: ${{env.WORKING_DIRECTORY}}/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '21.x'
cache: 'npm'
cache-dependency-path: ${{env.WORKING_DIRECTORY}}/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_compile_chatbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '21.x'
cache: 'npm'
cache-dependency-path: ${{env.WORKING_DIRECTORY}}/package-lock.json

Expand Down

0 comments on commit 3f1d384

Please sign in to comment.