diff --git a/.github/workflows/reusable-deploy-job.yml b/.github/workflows/reusable-deploy-job.yml index 791fe85..6bc7085 100644 --- a/.github/workflows/reusable-deploy-job.yml +++ b/.github/workflows/reusable-deploy-job.yml @@ -66,7 +66,7 @@ jobs: .yarn key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-in-${{ github.ref_name }} - - run: npm i -g serverless + - run: npm i -g osls - name: Download built dist and lib uses: actions/download-artifact@v5