Skip to content

Commit

Permalink
updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
narayanprusty committed Nov 15, 2023
1 parent c1a5759 commit b5b9c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Yarn
run: npm i -g yarn
- name: Install Libs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Yarn
run: npm i -g yarn
- name: Install Libs
Expand Down

0 comments on commit b5b9c1b

Please sign in to comment.