Skip to content

Commit

Permalink
ci: remove node 16.x; remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Jan 3, 2024
1 parent 4047df4 commit d1ffc08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 263 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/v3.x.code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
matrix:
# Add Windows when https://github.com/oven-sh/bun/issues/43 is complete
os: [ubuntu-latest, macos-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}

steps:
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d1ffc08

Please sign in to comment.