Skip to content

Commit 23dcfb5

Browse files
committed
fix: bump Node.js version
1 parent 4dd2a05 commit 23dcfb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-and-release.yaml

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

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: "16.x"
17+
node-version: "20.x"
1818

1919
- name: Keep npm cache around to speed up installs
2020
uses: actions/cache@v3

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
npm run build;
66
'''
77
[build.environment]
8-
NODE_VERSION = "16"
8+
NODE_VERSION = "20"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
]
7575
},
7676
"engines": {
77-
"node": ">=16",
78-
"npm": ">=8"
77+
"node": ">=20",
78+
"npm": ">=9"
7979
},
8080
"release": {
8181
"branches": [

0 commit comments

Comments
 (0)