Skip to content

Commit

Permalink
chore: release给个cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Feb 2, 2024
1 parent 735278c commit 01043db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: tar -czvf openbmclapi-${{ matrix.os }}.tar.gz dist nginx package.json node_modules
Expand Down

0 comments on commit 01043db

Please sign in to comment.