Skip to content

Commit ec6e14a

Browse files
authored
chore: remove EoL Node.js 19 from test matrix (#702)
1 parent a8b1812 commit ec6e14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node-version: [16.x, 18.x, 19.x, 20.x]
29+
node-version: [16.x, 18.x, 20.x]
3030
os: [ubuntu-latest, macOS-latest, windows-latest]
3131
runs-on: ${{ matrix.os }}
3232
steps:

0 commit comments

Comments
 (0)