diff --git a/.github/workflows/npm-stats.yml b/.github/workflows/npm-stats.yml deleted file mode 100644 index 1c6d632..0000000 --- a/.github/workflows/npm-stats.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Download Statistics -on: - schedule: - - cron: '0 9 * * 1' # Every Monday at 9:00 UTC - workflow_dispatch: - -jobs: - download-stats: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install dependencies - run: npm install - - name: Download statistics - run: | - echo "Downloading statistics for $(jq -r '.name' package.json)..." - # This is a placeholder - actual implementation would download stats - echo "Stats downloaded" diff --git a/package.json b/package.json index 0eb06f0..355ce0d 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,8 @@ "publishConfig": { "access": "public", "provenance": true + }, + "engines": { + "node": ">=18.0.0" } -} \ No newline at end of file +}