diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e674b25..fea30583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js + uses: actions/setup-node@v3 with: node-version: ${{matrix.node}}