Skip to content

Commit

Permalink
Enable npm caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 13, 2022
1 parent 1bd6c12 commit 6e9bbea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}
- uses: actions/setup-node@v2
with:
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: JasonEtco/build-and-tag-action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonrepo/run-report-action",
"version": "0.0.8",
"version": "0.0.9",
"description": "A GitHub action for displaying a run report within a pull request. ",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6e9bbea

Please sign in to comment.