Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* ci: update caching action

* chore: update dependencies to latest

* feat: run jampack with default settings
  • Loading branch information
maehr authored May 6, 2024
1 parent 78162bc commit 8531922
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sveltekitci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '${{ env.STORE_PATH }}'
key: "${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}"
Expand All @@ -48,7 +48,7 @@ jobs:
run: pnpm run lint
- name: Setup jampack cache
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Stadt-Geschichte-Basel/stadtgeschichtebasel.ch'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .jampack
key: jampack
Expand Down
8 changes: 0 additions & 8 deletions jampack.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"autoprefixer": "^10.4.19",
"cheerio": "1.0.0-rc.12",
"dompurify": "^3.1.2",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"husky": "^9.0.11",
Expand Down
112 changes: 60 additions & 52 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8531922

Please sign in to comment.