Skip to content

Commit

Permalink
use cubeghost/tumblr.js, node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
cubeghost committed Feb 19, 2024
1 parent f2c0209 commit b17dda3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -12,14 +12,14 @@
"scripts": {
"watch": "npm-run-all --parallel watch:*",
"watch:server": "nodemon --watch src ./src/index.js",
"watch:client": "webpack --watch",
"build": "webpack",
"watch:client": "NODE_OPTIONS=--openssl-legacy-provider webpack --watch",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
"start": "node src/index.js",
"test": "mocha \"./src/**/tests/*.js\"",
"watch:test": "mocha --watch --recursive \"./src/**/tests/*.js\""
},
"engines": {
"node": "16.x"
"node": "18.x"
},
"dependencies": {
"@babel/runtime": "^7.7.4",
Expand All @@ -43,7 +43,7 @@
"redis": "^2.8.0",
"sass": "^1.38.0",
"stringify": "^5.1.0",
"tumblr.js": "4.0.1",
"tumblr.js": "https://codeload.github.com/cubeghost/tumblr.js/legacy.tar.gz/refs/heads/main",
"winston": "^3.2.1"
},
"devDependencies": {
Expand Down Expand Up @@ -100,4 +100,4 @@
"eslintConfig": {
"extends": "./eslint.js"
}
}
}
5 changes: 2 additions & 3 deletions yarn.lock
Expand Up @@ -7561,10 +7561,9 @@ tty-browserify@0.0.0:
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=

tumblr.js@4.0.1:
"tumblr.js@https://codeload.github.com/cubeghost/tumblr.js/legacy.tar.gz/refs/heads/main":
version "4.0.1"
resolved "https://registry.yarnpkg.com/tumblr.js/-/tumblr.js-4.0.1.tgz#ea4cfc5aa8fe9558862ee89cbd6b2520aaa8b60a"
integrity sha512-DwVJxSw9nj8NAPh0Sqp0PeT/sFXB728iIxJHMKWAoxNZnuzp3Kcyq3EM6F+R3F8ZPO8dUBq2JXIpNWC53O9hcQ==
resolved "https://codeload.github.com/cubeghost/tumblr.js/legacy.tar.gz/refs/heads/main#1f76ba24e2881885fa6ee0bd7875e1caecaa9faf"
dependencies:
"@types/node" ">=16"
"@types/oauth" "^0.9.1"
Expand Down

0 comments on commit b17dda3

Please sign in to comment.