Skip to content

Commit

Permalink
cache npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed Apr 21, 2024
1 parent 75ed119 commit e8c747c
Show file tree
Hide file tree
Showing 2 changed files with 1,448 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -3,7 +3,7 @@ name: build-and-test
on: [push]

jobs:
build:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -15,6 +15,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install --include=dev
- run: npm run build
- run: npm run test

0 comments on commit e8c747c

Please sign in to comment.