From 87d06d16d1801049af261417c853724c3bc41f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Barc=C3=A9los?= Date: Thu, 9 Oct 2025 13:39:33 +0200 Subject: [PATCH] Add yarn.lock freeze to the CI pipeline This avoid issues with minor versions updates hacks. --- .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 1243dd0..e7bda84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' scope: '@bigmontz' - - run: yarn + - run: yarn install --frozen-lockfile - run: yarn publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file