Skip to content

Commit

Permalink
set defaults for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 29, 2024
1 parent dd4f046 commit 8607611
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_deploy-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '22'
type: string
deploy_docs:
description: 'Whether to deploy docs'
Expand All @@ -26,7 +26,7 @@ on:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '22'
type: string
deploy_docs:
description: 'Whether to deploy docs'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_publish-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '22'
type: string
build:
description: 'Whether to build'
Expand All @@ -31,7 +31,7 @@ on:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '22'
type: string
build:
description: 'Whether to build'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '22'
type: string
workflow_dispatch:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '22'
type: string

jobs:
Expand Down

0 comments on commit 8607611

Please sign in to comment.