Skip to content

Commit

Permalink
github actions nodejs python runtime update
Browse files Browse the repository at this point in the history
  • Loading branch information
MABatin committed Sep 13, 2024
1 parent dd047ce commit e75e2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- run: npm install -g typescript
- run: npm install -g yarn
Expand Down

0 comments on commit e75e2f8

Please sign in to comment.