Skip to content

Commit

Permalink
add cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedwen committed Jul 8, 2023
1 parent e939e4c commit 5b55621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build-backend:
build:
runs-on: ubuntu-latest
container: "debian:stable-slim"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: static
cache: npm
- name: Build Frontend
run: npm --prefix static ci && npm --prefix static run build
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 5b55621

Please sign in to comment.