diff --git a/.github/funding.yml b/.github/funding.yml index 10ed145..5919969 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,2 +1,2 @@ -github: [sindresorhus, bfred-it] +github: [sindresorhus, fregante] tidelift: npm/mem diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b8aa86..1ed55d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,12 +10,12 @@ jobs: fail-fast: false matrix: node-version: + - 20 + - 18 - 16 - - 14 - - 12 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install diff --git a/package.json b/package.json index 2ce68fa..befbfb9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "type": "module", "exports": "./dist/index.js", "engines": { - "node": ">=12.20" + "node": ">=16" }, "scripts": { "test": "xo && ava && npm run build && tsd",