This website requires JavaScript.
Explore
Help
Register
Sign in
actions
/
cache
Watch
1
Star
0
Fork
You've already forked cache
0
mirror of
https://code.forgejo.org/actions/cache.git
synced
2025-04-17 06:14:40 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0bdf79b9ed
cache
/
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions
/
checkout@v2 - name: Set up Node.js uses: actions
/
setup-node@v2 with: node-version: '14' - name: Cache dependencies uses: actions
/
cache@v2 with: path: ~
/
.npm key: ${{ runner.os }}-node-${{ hashFiles('**
/
package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - run: npm install - run: npm run build
0 lines
Raw
Normal View
History
Unescape
Escape
Reference in a new issue
Copy permalink