Skip to content

Commit

Permalink
Update to use Node20 and troubleshoot CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartling committed Aug 12, 2024
1 parent 4617c8e commit e56e4b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- master

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12' # or your required Python version
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down

0 comments on commit e56e4b6

Please sign in to comment.