Skip to content

Commit 18bdf2f

Browse files
committed
Drop support for node 12
1 parent c3bbff9 commit 18bdf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
arango-image: ['arangodb:3.6', 'arangodb:3.7', 'arangodb:3.8']
9-
node-version: [12.x, 14.x, 16.x]
9+
node-version: [14.x, 16.x]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)