Skip to content

Commit da9f063

Browse files
rokiyamaanas10
authored andcommitted
Run only on node 13
1 parent 316aaff commit da9f063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
node: [10, 12, 13]
10+
# node: [10, 12, 13]
11+
node: [13]
1112
steps:
1213
- uses: actions/checkout@v1
1314
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)