From 2ed6a605bf36af1a448ab3364df5ebcae0d51f8a Mon Sep 17 00:00:00 2001 From: alexander-schefe Date: Mon, 22 Sep 2025 10:27:34 +0200 Subject: [PATCH] fix: use osls in pipeline --- .github/workflows/reusable-deploy-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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