this repo has no description
0
fork

Configure Feed

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

support node.js v22

+4 -5
-1
.github/funding.yml
··· 1 1 buy_me_a_coffee: patrikcsak 2 -
+2 -2
.github/workflows/test.yml
··· 6 6 runs-on: ${{matrix.os}} 7 7 strategy: 8 8 matrix: 9 - node-version: [18, 20] 9 + node-version: [18, 20, 22] 10 10 os: [macos-latest, ubuntu-latest, windows-latest] 11 11 steps: 12 12 - uses: actions/checkout@v4 ··· 23 23 - uses: actions/checkout@v4 24 24 - uses: actions/setup-node@v4 25 25 with: 26 - node-version: 18 26 + node-version: 22 27 27 - run: npm install 28 28 - uses: paambaati/codeclimate-action@v5 29 29 env:
+1 -1
package-lock.json
··· 22 22 "xo": "^0.60.0" 23 23 }, 24 24 "engines": { 25 - "node": ">=18 <=20" 25 + "node": ">=18 <=22" 26 26 }, 27 27 "funding": { 28 28 "url": "https://buymeacoffee.com/patrikcsak"
+1 -1
package.json
··· 42 42 "xo": "^0.60.0" 43 43 }, 44 44 "engines": { 45 - "node": ">=18 <=20" 45 + "node": ">=18 <=22" 46 46 } 47 47 }