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 4b0e5db commit 99ee2c7Copy full SHA for 99ee2c7
lib/create-test-action.js
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- node_version: ['8', '10', '12']
+ node_version: ["10", "12", "13"]
22
23
steps:
24
- uses: actions/checkout@v2
0 commit comments