Skip to content

Commit

Permalink
fix(ci): using node v20 & python 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Oct 22, 2024
1 parent 5ec4ed7 commit 40a1274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['16']
python-version: ['3.8']
node-version: ['20']
python-version: ['3.10']
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

with:
node-version: '20'
python-version: '3.8'
python-version: '3.10'

permissions:
contents: write
Expand Down

0 comments on commit 40a1274

Please sign in to comment.