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 44c0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 44c0cee

Please sign in to comment.