From f51588d4d7bc70f820f65843ee8c25f5e9c38800 Mon Sep 17 00:00:00 2001 From: kodemon Date: Fri, 20 Oct 2023 08:42:02 +0000 Subject: [PATCH] fix(ci): update ci configuration --- .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 3d22503..257f035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: node-version-file: ".nvmrc" - cache: pnpm + cache: npm - run: npm install - run: npm run lint