Skip to content

Commit

Permalink
Add NPM caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs committed Apr 2, 2024
1 parent 5ca1c47 commit 9542590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/script-tsumbeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Cache
uses: actions/[email protected]
with:
path: node_modules
key: npm-libs
- name: Make the script files executable
run: chmod +x build.sh
- name: Compile sources and create index.zip
Expand Down

0 comments on commit 9542590

Please sign in to comment.