Skip to content

Commit

Permalink
ci: set nodejs version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
hensou committed May 20, 2024
1 parent a130565 commit fa351bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: 20
- run: node updateVersions.mjs
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6

0 comments on commit fa351bf

Please sign in to comment.