Skip to content

Commit

Permalink
Update node version in github workflow to 14
Browse files Browse the repository at this point in the history
Signed-off-by: Bishoy Boktor <boktorbb@amazon.com>
  • Loading branch information
Bishoy Boktor committed Dec 14, 2021
1 parent 72bb4ff commit fa2b1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: steps.job_successful.outputs.job_successful != 'true'
uses: actions/setup-node@v2
with:
node-version: "10.24.1"
node-version: "14.18.1"
registry-url: 'https://registry.npmjs.org'

- name: Setup Yarn
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
uses: actions/setup-node@v2
with:
node-version: "10.24.1"
node-version: "14.18.1"
registry-url: 'https://registry.npmjs.org'

- name: Setup Yarn
Expand Down

0 comments on commit fa2b1e1

Please sign in to comment.