From 2d23f69114c9358bb91c2dadada7aa15bcfdf749 Mon Sep 17 00:00:00 2001 From: mistval Date: Sat, 17 Aug 2024 10:26:10 -0400 Subject: [PATCH] update upgrade guide --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ea83e..2d094b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,8 @@ jobs: - run: npm run tsc - run: npm run buildcjs - run: npm link - - run: npm link node-fetch-cache --prefix plugins/redis + - run: npm link node-fetch-cache + working-directory: plugins/redis - run: npm run coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 @@ -62,7 +63,8 @@ jobs: - run: npm run tsc - run: npm run buildcjs - run: npm link - - run: npm link node-fetch-cache --prefix plugins/redis + - run: npm link node-fetch-cache + working-directory: plugins/redis - name: Use Node.js Version Under Test uses: actions/setup-node@v1 with: