Skip to content

Commit

Permalink
Update node version and deps (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored May 23, 2024
1 parent 8cd22c1 commit 196a11d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
80 changes: 40 additions & 40 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,49 @@ name: 'Bug report'
description: 'File a bug report'
labels: ['bug']
body:
- type: 'markdown'
attributes:
value: |-
Thank you for filing a bug. Please complete the form below so we can triage, reproduce, and fix your issue. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To report bugs in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
- type: 'markdown'
attributes:
value: |-
Thank you for filing a bug. Please complete the form below so we can triage, reproduce, and fix your issue. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To report bugs in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
- id: 'tldr'
type: 'textarea'
attributes:
label: 'TL;DR'
description: 'Describe the bug in 1-2 sentences.'
validations:
required: true
- id: 'tldr'
type: 'textarea'
attributes:
label: 'TL;DR'
description: 'Describe the bug in 1-2 sentences.'
validations:
required: true

- id: 'expected_behavior'
type: 'textarea'
attributes:
label: 'Expected behavior'
description: 'What did you expect to happen?'
- id: 'expected_behavior'
type: 'textarea'
attributes:
label: 'Expected behavior'
description: 'What did you expect to happen?'

- id: 'observed_behavior'
type: 'textarea'
attributes:
label: 'Observed behavior'
description: 'What happened instead?'
- id: 'observed_behavior'
type: 'textarea'
attributes:
label: 'Observed behavior'
description: 'What happened instead?'

- id: 'action_yaml'
type: 'textarea'
attributes:
label: 'Action YAML'
description: 'Paste your entire GitHub Actions YAML here, removing any sensitive values. Include the entire workflow file, not just the section you believe to be relevant.'
render: 'yaml'
validations:
required: true
- id: 'action_yaml'
type: 'textarea'
attributes:
label: 'Action YAML'
description: 'Paste your entire GitHub Actions YAML here, removing any sensitive values. Include the entire workflow file, not just the section you believe to be relevant.'
render: 'yaml'
validations:
required: true

- id: 'log_output'
type: 'textarea'
attributes:
label: 'Log output'
description: 'Paste all log output here from the GitHub Actions run here, removing any sensitive values. Include the entire log output, not just the section you believe to be relevant. If your workflow is public, you can also provide a link to a failed run. For more information on downloading logs, please see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#downloading-logs.'
render: 'text'
- id: 'log_output'
type: 'textarea'
attributes:
label: 'Log output'
description: 'Paste all log output here from the GitHub Actions run here, removing any sensitive values. Include the entire log output, not just the section you believe to be relevant. If your workflow is public, you can also provide a link to a failed run. For more information on downloading logs, please see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#downloading-logs.'
render: 'text'

- id: 'additional'
type: 'textarea'
attributes:
label: 'Additional information'
description: 'Is there anything else you think we should know?'
- id: 'additional'
type: 'textarea'
attributes:
label: 'Additional information'
description: 'Is there anything else you think we should know?'
42 changes: 21 additions & 21 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ name: 'Feature request'
description: 'File a feature request'
labels: ['enhancement']
body:
- type: 'markdown'
attributes:
value: |-
Thank you for requesting a feature. Please complete the form below so we can triage and prioritize your feature. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To request features in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
- type: 'markdown'
attributes:
value: |-
Thank you for requesting a feature. Please complete the form below so we can triage and prioritize your feature. This project is not an officially supported Google product. It is not covered by a Google Cloud support contract. To request features in a Google Cloud product, please contact Google Cloud support at https://cloud.google.com/support.
- id: 'tldr'
type: 'textarea'
attributes:
label: 'TL;DR'
description: 'Describe the feature in 1-2 sentences.'
validations:
required: true
- id: 'tldr'
type: 'textarea'
attributes:
label: 'TL;DR'
description: 'Describe the feature in 1-2 sentences.'
validations:
required: true

- id: 'detailed_design'
type: 'textarea'
attributes:
label: 'Detailed design'
description: 'Do you have more information about a detailed design? Are there specific considerations to take? Include sample YAML.'
- id: 'detailed_design'
type: 'textarea'
attributes:
label: 'Detailed design'
description: 'Do you have more information about a detailed design? Are there specific considerations to take? Include sample YAML.'

- id: 'additional'
type: 'textarea'
attributes:
label: 'Additional information'
description: 'Is there anything else you think we should know?'
- id: 'additional'
type: 'textarea'
attributes:
label: 'Additional information'
description: 'Is there anything else you think we should know?'
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' # ratchet:actions/setup-node@v4
with:
node-version: '16.x'
node-version: '22.x'

- name: 'Build and push'
shell: 'bash'
Expand Down

0 comments on commit 196a11d

Please sign in to comment.