Skip to content

Commit c630419

Browse files
(github-actions) remove 8.x because it's EOL, try to add sizereport
1 parent a25f85e commit c630419

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [8.x, 10.x, 12.x, 13.x]
16+
node-version: [10.x, 12.x, 13.x]
1717

1818
steps:
1919
- uses: actions/checkout@v1
@@ -25,6 +25,8 @@ jobs:
2525
run: |
2626
npm install
2727
npm test
28+
- name: sizereport
29+
run: sizereport --config
2830

2931
# Could add this for canary versions
3032
# publish-gpr:

0 commit comments

Comments
 (0)