From 5a0c0500b7f7e2a4e2f797f70fe201d5db38763d Mon Sep 17 00:00:00 2001 From: Kentaro Imai Date: Tue, 13 Aug 2024 01:47:17 +0900 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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