Skip to content

Commit a92319e

Browse files
committed
try node 20
1 parent 58a5199 commit a92319e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020
- name: Install npm packages and build UI
2121
working-directory: ./ui
2222
run: |

0 commit comments

Comments
 (0)