Skip to content

Commit

Permalink
Lets try again
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nowak <[email protected]>
  • Loading branch information
rynowak committed Dec 31, 2024
1 parent 464cf1e commit 94520bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
node-version: '20'
scope: '@radius-project'
registry-url: "https://registry.npmjs.org"
- name: Enable Corepack
run: |
corepack enable
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
scope: '@radius-project'
registry-url: "https://registry.npmjs.org"
- name: Enable Corepack
run: |
corepack enable
Expand Down

0 comments on commit 94520bb

Please sign in to comment.