Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Remove Node 20 support
  • Loading branch information
NorthernMan54 authored Sep 19, 2023
1 parent 1c4ec60 commit 38451f8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [18.x, 20.x]
node-version: [18.x]
include:
- os: macos-latest
node-version: 18.x
- os: macos-latest
node-version: 20.x
- os: windows-2019
node-version: 18.x
- os: windows-2019
node-version: 20.x
- os: windows-latest
node-version: 18.x
- os: windows-latest
node-version: 20.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 38451f8

Please sign in to comment.