Skip to content

Commit

Permalink
feat: fixed nodejs warnings & added some condition for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ksachin7 committed Apr 2, 2024
1 parent 3c8c64b commit e548971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 16.13.x
cache: npm
# cache: npm

# - name: Change directory to ui-fundamentals
# run: cd ui-fundamentals && ls -a
Expand All @@ -37,6 +37,7 @@ jobs:
run: npm test

- name: Link check (warnings, changed files)
working-directory: ui-fundamentals
run: |
./script/rendered-content-link-checker.mjs \
--language en \
Expand Down

0 comments on commit e548971

Please sign in to comment.