Skip to content

Commit

Permalink
Output sccache stats as a notice and a summary table
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed May 12, 2024
1 parent 9c0df03 commit b4615f0
Show file tree
Hide file tree
Showing 6 changed files with 1,535 additions and 8,053 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: npm install
Expand All @@ -52,12 +52,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: npm install
Expand Down
10 changes: 3 additions & 7 deletions dist/setup/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/show_stats/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit b4615f0

Please sign in to comment.