diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 094fc15..46176bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: strategy: matrix: - node: [14.x, 16.x, 18/x] + node: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3