Skip to content

Commit 3415f65

Browse files
committed
Update to node 20.19
1 parent 6a57b91 commit 3415f65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
20.19.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article contains detailed instructions on how to get started with Widget Bu
2020

2121
## Prerequisites
2222

23-
* Node.js 20.18
23+
* Node.js 20.19
2424
* [A BigCommerce store](https://support.bigcommerce.com/s/article/Starting-a-Bigcommerce-Trial).
2525
* API `access_token` with `content modify` scope. For information on how to generate store API credentials, see [Obtaining store API credentials](https://developer.bigcommerce.com/api-docs/getting-started/authentication/rest-api-authentication#obtaining-store-api-credentials).
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "widget-builder",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "src/server/index.ts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)