Skip to content

Commit

Permalink
feat: Replace http(s) with node-fetch
Browse files Browse the repository at this point in the history
The minimum version increases to 14.
  • Loading branch information
shrink committed Nov 13, 2024
1 parent f96bbfa commit 42d285f
Show file tree
Hide file tree
Showing 4 changed files with 1,613 additions and 2,561 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

on:
push:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14, 16, 18, 20, 22, "latest"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npm ci
- run: npm test
env:
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
Loading

0 comments on commit 42d285f

Please sign in to comment.