From 587e429aafb65a74e9847dbb6008905756b9e47b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 8 Jul 2022 15:14:59 +0200 Subject: [PATCH] Meta tweaks --- .github/funding.yml | 1 + .github/security.md | 3 +++ .github/workflows/main.yml | 6 +++--- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .github/security.md diff --git a/.github/funding.yml b/.github/funding.yml index 1a630e9..bc4a8dd 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,3 +1,4 @@ github: sindresorhus open_collective: sindresorhus +tidelift: npm/trash custom: https://sindresorhus.com/donate diff --git a/.github/security.md b/.github/security.md new file mode 100644 index 0000000..5358dc5 --- /dev/null +++ b/.github/security.md @@ -0,0 +1,3 @@ +# Security Policy + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 495ba52..5609829 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,16 +10,16 @@ jobs: fail-fast: false matrix: node-version: + - 18 - 16 - 14 - - 12 os: - ubuntu-latest - macos-latest - windows-latest 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 efd9ce0..da146ca 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { - "test": "xo && ava --timeout=10m && tsd" + "test": "xo && ava --timeout=20m && tsd" }, "files": [ "index.js",