Skip to content

Commit

Permalink
CI: drop support for Node.js 19
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Jul 4, 2023
1 parent d5c4519 commit 4e2d963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# We support only Node.js versions with "LTS" and "Current" status.
# See: https://nodejs.dev/en/about/releases/
node-version: [18.x, 19.x, 20.x]
# See: https://github.com/nodejs/Release
node-version: [18.x, 20.x]

steps:
# https://github.com/actions/checkout
Expand Down

0 comments on commit 4e2d963

Please sign in to comment.