diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbd5f7..001a841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: node-version: ${{ matrix.node }} # cache: npm - run: npm install - run: npm install @11ty/eleventy@${{ matrix.eleventy }} + - run: npm install @11ty/eleventy@${{ matrix.eleventy }} - run: npm test env: YARN_GPG: no