Skip to content

Commit

Permalink
update node to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang authored May 2, 2024
1 parent 4da1c28 commit 5031139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14.17.0'
node-version: '20.12.2'
- name: Install yarn
run: |
npm install -g yarn
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14.17.0'
node-version: '20.12.2'
- name: Install yarn
run: |
npm install -g yarn
Expand Down

0 comments on commit 5031139

Please sign in to comment.