Skip to content

Commit

Permalink
Updating node versions in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Koza-AF committed Apr 30, 2024
1 parent f374358 commit 077d96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apps-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x


- name: Install plugin dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-QA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install dependency
run: |
npm i rimraf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-Production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install dependency
run: |
npm i rimraf
Expand Down

0 comments on commit 077d96d

Please sign in to comment.