We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76d804 commit 7ed0e46Copy full SHA for 7ed0e46
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: ["18", "20", "22"]
+ node: ["18", "20", "21"]
9
name: Node ${{ matrix.node }}
10
steps:
11
- name: Checkout repository
0 commit comments