From ca3f32e61de78ee520ebfdbdffdccafc0349d48c Mon Sep 17 00:00:00 2001 From: Jeff Gordon Date: Tue, 1 Oct 2024 21:43:56 -0500 Subject: [PATCH] ci: install serverless version after npm update not global --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 33f5aaca..cc744977 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -69,7 +69,7 @@ jobs: npm update --no-save npm update --save-dev --no-save - name: Install serverless - run: npm install -g serverless@${{ matrix.sls-version }} + run: npm install serverless@${{ matrix.sls-version }} - name: Validate Prettier formatting run: npm run prettier-check:updated