Skip to content

Commit 09ff794

Browse files
committed
ci: remove node 14 from matrix
1 parent ca4a27f commit 09ff794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [14.x, 16.x, 18.x]
20+
node-version: [16.x, 18.x]
2121
env:
2222
CI: true
2323
steps:

0 commit comments

Comments
 (0)