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 ea384f7 commit 19beea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
#~ NODE
- 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 @@ -148,4 +148,4 @@ jobs:
export ENTANDO_OPT_TEST_TLS_KEY="${{ secrets.ENTANDO_OPT_TEST_TLS_KEY }}"
;;
esac
~/ppl-run generic "$SCAN_TYPE" npm --id "$SCAN_TYPE" --lcd "$LOCAL_CLONE_DIR"
~/ppl-run generic "$SCAN_TYPE" npm --id "$SCAN_TYPE" --lcd "$LOCAL_CLONE_DIR"

0 comments on commit 19beea3

Please sign in to comment.