Skip to content

Commit

Permalink
ci: fix Node.js version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi authored May 8, 2024
1 parent dc88b69 commit f992585
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 @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: '20.x'

- name: Invoke remote
env:
Expand Down

0 comments on commit f992585

Please sign in to comment.