Skip to content

Commit

Permalink
Setting node verstion to 20.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Nov 19, 2023
1 parent 73ea66d commit a4a2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: lts
node-version: 20.8.1
- name: Install yarn
run: npm install --global yarn
- name: Install dependecies
Expand Down

0 comments on commit a4a2904

Please sign in to comment.