From 6ce95f5e008590510adac57d1910e574aa65845f Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Wed, 7 Feb 2024 21:31:12 -0500 Subject: [PATCH] 4.0.1 - Node.js >=12 --- .github/workflows/test.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 344ed01..410366b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node: [10, 12, 14, 16] + node: [12, 14, 16, 18, 20, 21] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/package.json b/package.json index 0843fc4..c673c21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "picomatch", "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", - "version": "4.0.0", + "version": "4.0.1", "homepage": "https://github.com/micromatch/picomatch", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "funding": "https://github.com/sponsors/jonschlinkert", @@ -18,7 +18,7 @@ "sideEffects": false, "main": "index.js", "engines": { - "node": ">=10" + "node": ">=12" }, "scripts": { "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",