Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Dec 4, 2023
1 parent 8998c7b commit 288c2c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1

- name: Choose Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 288c2c5

Please sign in to comment.