We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c764748 + 6eddc17 commit e5b726aCopy full SHA for e5b726a
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node: [16, 18]
+ node: [16, 18, 20, 22, 24]
19
steps:
20
- uses: actions/setup-node@v3
21
with:
0 commit comments