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 8ece6b9 commit 3933600Copy full SHA for 3933600
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- node_version: ['12', '14', '16', '18', '20']
+ node_version: ['16', '18', '20']
16
os: [ubuntu-latest]
17
18
steps:
0 commit comments