Skip to content

Commit

Permalink
ENG-5003 Downgrading node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenoQVDS authored Jun 27, 2023
1 parent 19beea3 commit 4638f92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
.. pr-preflight-checks --only flags --lcd "$LOCAL_CLONE_DIR" \
;
#~ NODE
- name: "Set up Node 14"
- name: "Set up Node 12"
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 12.x
#~ NPM CACHE
- name: "Cache NPM Packages"
id: package-cache
Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:
.. pr-preflight-checks --only flags --lcd "$LOCAL_CLONE_DIR" \
;
#~ NODE
- name: "Set up Node 14"
- name: "Set up Node 12"
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 12.x
#~ NPM CACHE
- name: "Cache NPM Packages"
id: package-cache
Expand Down Expand Up @@ -150,10 +150,10 @@ jobs:
.. pr-preflight-checks --only flags --lcd "$LOCAL_CLONE_DIR" \
;
#~ NODE
- name: "Set up Node 14"
- name: "Set up Node 12"
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 12.x
#~ NPM CACHE
- name: "Cache NPM Packages"
id: package-cache
Expand All @@ -173,4 +173,4 @@ jobs:
export ENTANDO_OPT_TEST_TLS_CRT="${{ secrets.ENTANDO_OPT_TEST_TLS_CRT }}"
export ENTANDO_OPT_TEST_TLS_KEY="${{ secrets.ENTANDO_OPT_TEST_TLS_KEY }}"
~/ppl-run generic "POST-DEP-TESTS" --id "POST_DEP_TESTS" --lcd "$LOCAL_CLONE_DIR"
~/ppl-run generic "POST-DEP-TESTS" --id "POST_DEP_TESTS" --lcd "$LOCAL_CLONE_DIR"

0 comments on commit 4638f92

Please sign in to comment.