We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e590616 commit 52a762fCopy full SHA for 52a762f
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node: ["16", "18", "20"]
+ node: ["18", "20"]
17
steps:
18
- uses: actions/checkout@v4
19
- name: Use Node.js ${{ matrix.node }}
0 commit comments