diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 7b4f99d..2892f05 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -18,7 +18,6 @@ jobs: - name: setup node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - always-auth: true node-version: "24" registry-url: https://registry.npmjs.org scope: "@activeprospect" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06b66c8..7dcb66c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - always-auth: true node-version: '24' registry-url: https://registry.npmjs.org scope: "@activeprospect" @@ -32,7 +31,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - always-auth: true node-version: '24' registry-url: https://registry.npmjs.org scope: "@activeprospect"