We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7491578 commit c24f52cCopy full SHA for c24f52c
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
matrix:
48
os: [ubuntu-latest]
49
- node: [10, 12, 14, 17]
+ node: [10, 12, 14, 18]
50
runs-on: ${{ matrix.os }}
51
steps:
52
- uses: actions/checkout@v2
0 commit comments