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 5fb9e68 commit 05b3179Copy full SHA for 05b3179
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- node_version: ['10', '12', '14', '15', '16']
+ node_version: ['12', '14', '16', '18', '19']
16
os: [ubuntu-latest]
17
18
steps:
0 commit comments