Skip to content

Commit

Permalink
Update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Dec 30, 2024
1 parent e62e98f commit 6e5dd56
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,8 @@ jobs:

strategy:
matrix:
node-version:
# Support policy: We support every Node.js version that is still "maintained".
# Testing unmaintained versions serves no purpose.
- "10.x"

# 12 is in Debian stable but not supported by upstream anymore. Keep it for now.
- "12.x"

- "14.x"
- "15.x"

# TODO: Does not work without updating integration tests? Needs work.
# - "16.x"
# - "17.x"
# - "18.x"
# Support policy: We support every Node.js version that is still "maintained".
node-version: [18.x, 20.x, 22.x, 23.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6e5dd56

Please sign in to comment.