Skip to content

Commit 99ee2c7

Browse files
authored
fix: stop testing in Node 8, test in Node 13
1 parent 4b0e5db commit 99ee2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-test-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node_version: ['8', '10', '12']
21+
node_version: ["10", "12", "13"]
2222
2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)