Skip to content

Commit

Permalink
🔧 required node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 28, 2023
1 parent f927550 commit 10285c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v4
with:
node-version: 19
- name: Install dependencies
run: |
#pip install "setuptools_rust" # requirements for cryptography
Expand Down

0 comments on commit 10285c0

Please sign in to comment.