Skip to content

Commit 4564881

Browse files
committed
update node
1 parent 3812488 commit 4564881

File tree

5 files changed

+3
-42
lines changed

5 files changed

+3
-42
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _(A screencast can be useful for visual bugs, but it is not a substitute for a t
1212

1313
### Please specify which version of Storybook and optionally any affected addons that you're running
1414

15-
- @storybook/react x.x.x
15+
- @storybook/react-native x.x.x
1616
- @storybook/addon-something x.x.x
1717

1818
### Affected platforms

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@ Please explain how to test your changes and consider the following questions
1010
- Does this need an update to the documentation?
1111

1212
If your answer is yes to any of these, please make sure to include it in your PR.
13-
14-
<!--
15-
16-
Everybody: Please submit all PRs to the `next` branch unless this is a backport for an older version. Storybook maintainers cherry-pick bug and documentation fixes into the `master` branch as part of the release process, so you shouldn't need to worry about this.
17-
18-
Maintainers: Please tag your pull request with at least one of the following:
19-
`["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]`
20-
21-
-->

.github/stale.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set node version
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22.18.0
2626

2727
- name: Install
2828
shell: 'bash'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set node version
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22.18.0
2020
- name: install and compile
2121
run: yarn
2222
- name: build

0 commit comments

Comments
 (0)