Skip to content

Commit 196a11d

Browse files
authored
Update node version and deps (#30)
1 parent 8cd22c1 commit 196a11d

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,49 @@ name: 'Bug report'
22
description: 'File a bug report'
33
labels: ['bug']
44
body:
5-
- type: 'markdown'
6-
attributes:
7-
value: |-
8-
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.
5+
- type: 'markdown'
6+
attributes:
7+
value: |-
8+
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.
99
10-
- id: 'tldr'
11-
type: 'textarea'
12-
attributes:
13-
label: 'TL;DR'
14-
description: 'Describe the bug in 1-2 sentences.'
15-
validations:
16-
required: true
10+
- id: 'tldr'
11+
type: 'textarea'
12+
attributes:
13+
label: 'TL;DR'
14+
description: 'Describe the bug in 1-2 sentences.'
15+
validations:
16+
required: true
1717

18-
- id: 'expected_behavior'
19-
type: 'textarea'
20-
attributes:
21-
label: 'Expected behavior'
22-
description: 'What did you expect to happen?'
18+
- id: 'expected_behavior'
19+
type: 'textarea'
20+
attributes:
21+
label: 'Expected behavior'
22+
description: 'What did you expect to happen?'
2323

24-
- id: 'observed_behavior'
25-
type: 'textarea'
26-
attributes:
27-
label: 'Observed behavior'
28-
description: 'What happened instead?'
24+
- id: 'observed_behavior'
25+
type: 'textarea'
26+
attributes:
27+
label: 'Observed behavior'
28+
description: 'What happened instead?'
2929

30-
- id: 'action_yaml'
31-
type: 'textarea'
32-
attributes:
33-
label: 'Action YAML'
34-
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.'
35-
render: 'yaml'
36-
validations:
37-
required: true
30+
- id: 'action_yaml'
31+
type: 'textarea'
32+
attributes:
33+
label: 'Action YAML'
34+
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.'
35+
render: 'yaml'
36+
validations:
37+
required: true
3838

39-
- id: 'log_output'
40-
type: 'textarea'
41-
attributes:
42-
label: 'Log output'
43-
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.'
44-
render: 'text'
39+
- id: 'log_output'
40+
type: 'textarea'
41+
attributes:
42+
label: 'Log output'
43+
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.'
44+
render: 'text'
4545

46-
- id: 'additional'
47-
type: 'textarea'
48-
attributes:
49-
label: 'Additional information'
50-
description: 'Is there anything else you think we should know?'
46+
- id: 'additional'
47+
type: 'textarea'
48+
attributes:
49+
label: 'Additional information'
50+
description: 'Is there anything else you think we should know?'

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ name: 'Feature request'
22
description: 'File a feature request'
33
labels: ['enhancement']
44
body:
5-
- type: 'markdown'
6-
attributes:
7-
value: |-
8-
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.
5+
- type: 'markdown'
6+
attributes:
7+
value: |-
8+
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.
99
10-
- id: 'tldr'
11-
type: 'textarea'
12-
attributes:
13-
label: 'TL;DR'
14-
description: 'Describe the feature in 1-2 sentences.'
15-
validations:
16-
required: true
10+
- id: 'tldr'
11+
type: 'textarea'
12+
attributes:
13+
label: 'TL;DR'
14+
description: 'Describe the feature in 1-2 sentences.'
15+
validations:
16+
required: true
1717

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

24-
- id: 'additional'
25-
type: 'textarea'
26-
attributes:
27-
label: 'Additional information'
28-
description: 'Is there anything else you think we should know?'
24+
- id: 'additional'
25+
type: 'textarea'
26+
attributes:
27+
label: 'Additional information'
28+
description: 'Is there anything else you think we should know?'

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

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

2828
- name: 'Build and push'
2929
shell: 'bash'

0 commit comments

Comments
 (0)