Skip to content

Commit 9ed0d2e

Browse files
committed
tooling: Build ui with current supported Node versions
1 parent ed5a294 commit 9ed0d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ui.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [10, 12, 14]
13+
node: [14, 16, 18]
1414
defaults:
1515
run:
1616
working-directory: ./ui

0 commit comments

Comments
 (0)