Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Last workflow update
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Nov 13, 2023
1 parent 3c260aa commit f9f0c52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*

- name: Downgrade Python
uses: actions/setup-python@v4
with:
python-version: '3.11.5'

- name: Install Node Package Dependencies
run: npm ci
Expand Down

0 comments on commit f9f0c52

Please sign in to comment.