Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-secure-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create Release Announcement Discussion
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const release = context.payload.release;
Expand Down
30 changes: 0 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,4 @@ All notable changes to this project will be documented in this file.
- Updated workflow files and configurations


## [v1.0.1] - 2026-02-01
### Changed
- Automated sync from AI-Pulse repository
- Updated workflow files and configurations


## [v1.0.1] - 2026-02-01
### Changed
- Automated sync from AI-Pulse repository
- Updated workflow files and configurations


## [v1.0.1] - 2026-02-01
### Changed
- Automated sync from AI-Pulse repository
- Updated workflow files and configurations


## [v1.0.1] - 2026-02-01
### Changed
- Automated sync from AI-Pulse repository
- Updated workflow files and configurations


## [v1.0.1] - 2026-02-01
### Changed
- Automated sync from AI-Pulse repository
- Updated workflow files and configurations


### Added
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
using: "composite"
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ inputs.node-version }}

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"news",
"aggregator",
"rss",
"iOT",
"IoT",
"Tech"
],
"author": "ThePhoenixAgency",
Expand All @@ -34,6 +34,9 @@
"rss-parser": "^3.13.0",
"sanitize-html": "^2.17.0"
},
"devDependencies": {
"prettier": "^3.8.1"
},
"engines": {
"node": ">=20.0.0"
}
Expand Down