We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f735f33 commit 56a0821Copy full SHA for 56a0821
.github/workflows/node-e2e.yml
@@ -24,7 +24,7 @@ jobs:
24
25
strategy:
26
matrix:
27
- node-version: [18.x] # Add support for 12.x, 15.x later just build and unit tests
+ node-version: [16.x] # Add support for 12.x, 15.x later just build and unit tests
28
29
steps:
30
- uses: actions/checkout@v2
0 commit comments