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 316aaff commit da9f063Copy full SHA for da9f063
.github/workflows/main.yml
@@ -7,7 +7,8 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest]
10
- node: [10, 12, 13]
+ # node: [10, 12, 13]
11
+ node: [13]
12
steps:
13
- uses: actions/checkout@v1
14
- uses: actions/setup-node@v1
0 commit comments