We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefd277 commit 433332dCopy full SHA for 433332d
.github/workflows/stage-1-commit.yaml
@@ -152,9 +152,16 @@ jobs:
152
timeout-minutes: 10
153
needs: detect-terraform-changes
154
if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
155
+ env:
156
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
steps:
158
- name: "Checkout code"
159
uses: actions/checkout@v5
160
+ - name: Setup NodeJS
161
+ uses: actions/setup-node@v4
162
+ with:
163
+ node-version: ${{ inputs.nodejs_version }}
164
+ registry-url: 'https://npm.pkg.github.com'
165
- name: "Setup ASDF"
166
uses: asdf-vm/actions/setup@v4
167
- name: "Perform Setup"
0 commit comments