Skip to content

Commit

Permalink
#1233@trivial: Sets correct node.js version in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Jan 24, 2024
1 parent aff3412 commit 186a7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [20]

outputs:
next_version: ${{ steps.versionCheck.outputs.next_version }}
Expand Down

0 comments on commit 186a7ba

Please sign in to comment.