Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib committed Nov 23, 2023
1 parent 8a25b20 commit 6c4d407
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/format_token_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "14"

- name: Install dependencies
shell: bash
run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GH_REGISTRY_ACCESS_TOKEN}}" >> .npmrc
yarn install --frozen-lockfile --verbose
yarn install --frozen-lockfile --verbose --production && yarn cache clean
rm -f .npmrc

- name: Validate JSON file
run: yarn validate
- name: Discord notification (failure)
Expand Down

0 comments on commit 6c4d407

Please sign in to comment.