Skip to content

Commit 863badc

Browse files
committed
Remove Node version 18.x from tests
1 parent a9db462 commit 863badc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
# see https://nodejs.org/en/about/previous-releases for active releases
2222
# https://github.com/nodejs/release#release-schedule
23-
node-version: [ 18.x, 20.x, 22.x, lts/*, latest ]
23+
node-version: [ 20.x, 22.x, lts/*, latest ]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)