Skip to content

Commit 0415917

Browse files
committed
remove github actions node v 16.x support -- we only care about 18.x for our application
1 parent 97cd3fb commit 0415917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
matrix:
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818
# NOTE: 20.x does not work yet for us!
19+
# We only support 18.x
1920
node-version:
20-
- "16.x"
2121
- "18.x"
2222

2323
steps:

0 commit comments

Comments
 (0)