Skip to content

Commit

Permalink
Update GitHub Actions workflow to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
clintaire committed Sep 19, 2024
1 parent 799642e commit e838719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-checkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
node-version: "20" # Ensuring we are using Node.js 20

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
node-version: "20" # Ensuring Node.js 20 is used

- name: Install dependencies
run: |
Expand Down

0 comments on commit e838719

Please sign in to comment.