Skip to content

Commit aab3672

Browse files
committed
Drop node-version 12.x
1 parent 07f3347 commit aab3672

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [ 12.x, 14.x, 16.x, 18.x ]
22+
# see https://nodejs.dev/en/about/releases/ for active releases
23+
node-version: [ 14.x, 16.x, 18.x, 19.x]
2324

2425
steps:
2526
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)