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 authored Sep 17, 2024
1 parent eddf99a commit 17f109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 17f109c

Please sign in to comment.