Skip to content

Commit

Permalink
update default version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 15, 2024
1 parent e82a180 commit 7986fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
node-version:
type: number
required: false
default: 16
default: 20
use_gpr:
type: boolean
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
node_version:
type: number
required: false
default: 16
default: 20
use_gpr:
type: boolean
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_with_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
node-version:
type: number
required: false
default: 16
default: 20
use_gpr:
type: boolean
required: false
Expand Down

0 comments on commit 7986fac

Please sign in to comment.