This website requires JavaScript.
Explore
Help
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-11 00:17:48 +02:00
Code
Activity
faa147e3ab
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
Copy permalink