Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Aug 2, 2024
1 parent 65f8baa commit 45347f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
cache: "poetry"
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: v22.4.1
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'
- name: Install Dependencies
Expand Down

0 comments on commit 45347f5

Please sign in to comment.