Skip to content

Commit d8e95aa

Browse files
authored
Update node to 20 in build_and_staging.yml
Signed-off-by: Kurt Garloff <[email protected]>
1 parent b6038c5 commit d8e95aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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

0 commit comments

Comments
 (0)