Skip to content

Commit 92ce98c

Browse files
authored
remove node 8 due to build issues
1 parent 5b47466 commit 92ce98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-18.04]
10-
node: [8, 12, 13]
10+
node: [12, 13]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)