Skip to content

Commit

Permalink
Deprecates old node versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Dec 24, 2024
1 parent 2708ca1 commit 2944480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x, 20.x, 19.x, 18.x, 15.x, 14.x]
node-version: [21.x, 20.x, 19.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x, 20.x, 19.x, 18.x, 15.x, 14.x]
node-version: [21.x, 20.x, 19.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 2944480

Please sign in to comment.