We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80aa0d commit 7683547Copy full SHA for 7683547
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [10.x, 12.x, 14.x]
+ node-version: [10, 12, 14, 16]
19
20
services:
21
postgres:
0 commit comments