Remove actions/checkout@v6 from npm-publish workflow to streamline dependency installation process.

This commit is contained in:
Javier Cortejoso
2025-12-22 17:16:46 +01:00
parent 655026c790
commit db10e24106

View File

@@ -134,7 +134,6 @@ jobs:
with:
node-version-file: .nvmrc
registry-url: "https://registry.npmjs.org"
- uses: actions/checkout@v6
- name: Install Dependencies
uses: ./.github/actions/yarn-install
@@ -161,7 +160,6 @@ jobs:
with:
node-version-file: .nvmrc
registry-url: "https://registry.npmjs.org"
- uses: actions/checkout@v6
- name: Install Dependencies
uses: ./.github/actions/yarn-install
- name: Build package