Skip to content

Commit

Permalink
Upgrade Node 15.x to 18.x
Browse files Browse the repository at this point in the history
Node 15.x not available for Mac. Trying out 18.x, which itself is already in maintenance mode.
  • Loading branch information
Zburatorul committed Sep 17, 2024
1 parent eddf99a commit 9b193b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- '3.9'
- '3.10'
node-version:
- '15.x'
- '18.x'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build wheel
run: python setup.py bdist_wheel
- name: Upload wheels as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }}
with:
name: python-packages
Expand Down

0 comments on commit 9b193b5

Please sign in to comment.