Skip to content

Commit 943e447

Browse files
authored
Merge pull request #141 from yamadashy/devin/1746887255-update-nodejs-24.0.1
chore: update Node.js version to 24.0.1
2 parents e241688 + e05ba99 commit 943e447

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.6.0
1+
24.0.1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 23.6.0
1+
nodejs 24.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Move Google Sheets tabs on top.
1515
- Edge: [Google Sheets Tabs on top – Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/ecnahjcplfdahhoemcapljecnappncpm)
1616

1717
## Development
18-
- Node.js >= v23.6.0
18+
- Node.js >= v24.0.1
1919

2020
### Setup
2121
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
],
7777

7878
"engines": {
79-
"node": ">=23.6.0"
79+
"node": ">=24.0.1"
8080
}
8181
}

0 commit comments

Comments
 (0)