Skip to content

Commit 775b88c

Browse files
authored
Bump node to 20.0+ (#333)
* Bump node to 20.0+ in package.json * Bump node to 20 in build.yml github workflow * Update node to 20 in build_and_deploy.yml * Update node to 20 in build_and_staging.yml Signed-off-by: Kurt Garloff <[email protected]>
1 parent 8da94f8 commit 775b88c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
- name: Cache dependencies
1919
uses: actions/cache@v3
2020
with:

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 20
2424

2525
- name: Cache dependencies
2626
uses: actions/cache@v3

.github/workflows/build_and_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Cache dependencies
2424
uses: actions/cache@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@
9393
]
9494
},
9595
"engines": {
96-
"node": ">=18.0"
96+
"node": ">=20.0"
9797
}
9898
}

0 commit comments

Comments
 (0)