Skip to content

Commit

Permalink
update the node version in the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
macku99 committed Oct 31, 2023
1 parent bd46c1c commit 333ce3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-feature-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-uat-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
cache: npm

- name: Install Dependencies
Expand Down

0 comments on commit 333ce3e

Please sign in to comment.