Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessOne1917 committed Dec 16, 2023
1 parent 647fc6a commit 977d006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 16,14 @@ jobs:
ref: main
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: 8.6.x
version: 8.12.x
run_install: |
- args: [ --frozen-lockfile ]
- run: pnpm build
- run: pnpm prepare
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "lemmy-bot",
"version": "0.4.6",
"version": "0.5.0",
"description": "A bot API for Lemmy, the fediverse link aggregator.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,16 26,8 @@
"node-cron": "^3.0.3",
"sqlite3": "^5.1.6"
},
"files": [
"/dist"
],
"keywords": [
"lemmy",
"bot",
"lemmy-bot",
"fediverse",
"fediverse-bot"
],
"files": ["/dist"],
"keywords": ["lemmy", "bot", "lemmy-bot", "fediverse", "fediverse-bot"],
"bugs": "https://github.com/SleeplessOne1917/lemmy-bot/issues",
"repository": {
"type": "git",
Expand Down

0 comments on commit 977d006

Please sign in to comment.