Skip to content

Commit

Permalink
fix: pkg and workflow updates, delete twitter workflow, use node20 ru…
Browse files Browse the repository at this point in the history
…ntime
  • Loading branch information
PatrickHeneise committed Jan 27, 2024
1 parent e4dbe49 commit e3dfc5b
Show file tree
Hide file tree
Showing 12 changed files with 5,248 additions and 57,296 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test
- run: npm run build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
fetch-depth: 0
node-version: 20
- run: npm install
- run: npm run lint
- run: npm test
29 changes: 0 additions & 29 deletions .github/workflows/twitter-event.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ coverage
*.tgz

# dotenv environment variables file
.env
.env
.tap
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ branding:
color: yellow
icon: rss
runs:
main: src/index.js
using: node16
main: dist/index.js
using: node20
Loading

0 comments on commit e3dfc5b

Please sign in to comment.