We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76af24 commit 6e03f63Copy full SHA for 6e03f63
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Test Node v${{ matrix.node }}
8
strategy:
9
matrix:
10
- node: ['12', '14', '16', '17']
+ node: ['12', '14', '16', '17', '18']
11
runs-on: ubuntu-latest
12
services:
13
postgres:
0 commit comments