Skip to content

Commit

Permalink
remove node 18 (Avaiga#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLL-Avaiga authored Nov 13, 2023
1 parent 4d4fc6c commit e34bf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 40
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]
python-versions: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e34bf64

Please sign in to comment.