Skip to content

Commit

Permalink
remove github actions node v 16.x support -- we only care about 18.x …
Browse files Browse the repository at this point in the history
…for our application
  • Loading branch information
williamstein committed Feb 19, 2024
1 parent 97cd3fb commit 0415917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# NOTE: 20.x does not work yet for us!
# We only support 18.x
node-version:
- "16.x"
- "18.x"

steps:
Expand Down

0 comments on commit 0415917

Please sign in to comment.