Skip to content

Commit

Permalink
Improved workaround for sites with hotlink protection or which requir…
Browse files Browse the repository at this point in the history
…e authentication
  • Loading branch information
neobooru committed Jun 14, 2024
1 parent 3d95861 commit 9843f0b
Show file tree
Hide file tree
Showing 6 changed files with 4,324 additions and 3,471 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-for-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ runs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 9
run_install: false

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "pnpm"

- name: Install dependencies
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Import media from various sites into szurubooru.",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@7.8.0",
"scripts": {
"dev": "npm run clear && cross-env NODE_ENV=development run-p dev:*",
"dev:prepare": "esno scripts/prepare.ts",
Expand Down Expand Up @@ -33,7 +32,7 @@
"deepmerge": "^4.3.1",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"neo-scraper": "^0.7.5",
"neo-scraper": "^0.8.0",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"primeflex": "^3.3.1",
Expand Down
Loading

0 comments on commit 9843f0b

Please sign in to comment.