this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update supported node.js versions

Patrik Csak 460c63c1 1e8fb392

+4 -4
+2 -2
.github/workflows/test.yml
··· 6 6 runs-on: ${{matrix.os}} 7 7 strategy: 8 8 matrix: 9 - node-version: [18, 20, 22] 9 + node-version: [20, 22, 24] 10 10 os: [macos-latest, ubuntu-latest, windows-latest] 11 11 steps: 12 12 - uses: actions/checkout@v4 ··· 14 14 with: 15 15 node-version: ${{matrix.node-version}} 16 16 - run: npm clean-install 17 - - run: npm test 17 + - run: npm run test
+1 -1
package-lock.json
··· 24 24 "xo": "^1.2.1" 25 25 }, 26 26 "engines": { 27 - "node": ">=18 <=22" 27 + "node": ">=20 <=24" 28 28 }, 29 29 "funding": { 30 30 "url": "https://buymeacoffee.com/patrikcsak"
+1 -1
package.json
··· 46 46 "xo": "^1.2.1" 47 47 }, 48 48 "engines": { 49 - "node": ">=18 <=22" 49 + "node": ">=20 <=24" 50 50 } 51 51 }