Skip to content

Commit ec37d63

Browse files
committedOct 20, 2023
Drop Node 16, as it is out of maintenance
1 parent f78e630 commit ec37d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
strategy:
148148
matrix:
149-
node-version: [16, 18, 20]
149+
node-version: [18, 20]
150150

151151
steps:
152152
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.