Skip to content

Commit

Permalink
Revert "Updating node versions in GitHub actions"
Browse files Browse the repository at this point in the history
This reverts commit 077d96d.
  • Loading branch information
Dani-Koza-AF committed May 1, 2024
1 parent 077d96d commit 509f39a
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: 20.x
node-version: 16.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: 20.x
node-version: 16.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: 20.x
node-version: 16.x
- name: Install dependency
run: |
npm i rimraf
Expand Down

0 comments on commit 509f39a

Please sign in to comment.