Skip to content

Commit

Permalink
Remove Node 16 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jan 14, 2024
1 parent 4c8615c commit 3850ce3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "18", "20"]
node: ["18", "20"]
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
Expand All @@ -30,8 +30,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install
run: yarn
- name: Build
Expand Down

0 comments on commit 3850ce3

Please sign in to comment.