Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: use node 16.x
uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: 16.x
auth-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
registry-url: pkgs.dev.azure.com/FuseLabs/_packaging/SDK_JS_org/npm/registry

- name: yarn cache dir
id: yarn-cache-dir
Expand All @@ -35,6 +37,9 @@ jobs:
path: ${{ steps.yarn-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node16.x-yarn-${{ hashFiles('**/yarn.lock') }}

# - name: auth setup
# run: echo "//pkgs.dev.azure.com/FuseLabs/_packaging/SDK_JS_org/npm/registry/:_authToken=${{ secrets.AZURE_DEVOPS_TOKEN }}" >> .npmrc

- name: yarn
run: yarn --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9430,8 +9430,8 @@ move-concurrently@^1.0.1:

ms-rest-azure@2.6.2, ms-rest-azure@^2.5.7, ms-rest-azure@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/ms-rest-azure/-/ms-rest-azure-2.6.2.tgz#65a08799adb417678ce5722669bc15ca740b429e"
integrity sha512-h74ezkiMQ1y8tD0kf0MK2kdCONAP70i032Dt8kBrFsvj3ZqGRj+DHHNRCGLDfkBkSXhILGMeiF8Ji/iSCUJLJg==
resolved "https://pkgs.dev.azure.com/FuseLabs/_packaging/SDK_JS_org/npm/registry/ms-rest-azure/-/ms-rest-azure-2.6.2.tgz#65a08799adb417678ce5722669bc15ca740b429e"
integrity sha1-ZaCHma20F2eM5XImabwVynQLQp4=
dependencies:
adal-node "^0.2.2"
async "^2.6.4"
Expand Down