From d81104978cde87eb79601647dee86944dc61bde8 Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:04:13 +0000 Subject: [PATCH] Bump deps --- .github/workflows/ci.yml | 4 ++-- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9a30bfd..5c1a30db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4.4.0 with: - node-version: '18' + node-version: '20' - run: npm ci --no-progress - run: npm run lint @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node: [18, 20, 22] + node: [20, 22, 24] os: [ubuntu-latest, windows-latest] steps: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 6b9f9868..b4100831 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4.4.0 with: - node-version: '18' + node-version: '20' registry-url: 'https://registry.npmjs.org' - run: npm ci --no-progress --production - run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2b31244..75c4bf85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4.4.0 with: - node-version: '18' + node-version: '20' registry-url: 'https://registry.npmjs.org' - run: npm ci --no-progress --production - run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 201cdf51..2fa7e6a1 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ ### Node -* [Node.js](https://nodejs.org/) - v16.0.0+ -* [npm](https://www.npmjs.com/) - v8.0.0+ +* [Node.js](https://nodejs.org/) - v20.0.0+ +* [npm](https://www.npmjs.com/) - v10.0.0+ ## Install project dependencies diff --git a/README.md b/README.md index 1da15d94..44be7d10 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ First thing first, let's make sure you have the necessary pre-requisites. #### Node -* [Node.js](https://nodejs.org/) - v16.0.0+ -* [npm](http://npmjs.com) - v8.0.0+ +* [Node.js](https://nodejs.org/) - v20.0.0+ +* [npm](http://npmjs.com) - v10.0.0+ ### Command diff --git a/package-lock.json b/package-lock.json index 3b3fbf24..c65cf02d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "typescript": "^5.8.3" }, "engines": { - "node": ">=18.18.0", - "npm": ">=9.0.0" + "node": ">=20.0.0", + "npm": ">=10.0.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.35.0", diff --git a/package.json b/package.json index 4452a352..b57c2a18 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "eslint": "^8.57.1" }, "engines": { - "node": ">=18.18.0", - "npm": ">=9.0.0" + "node": ">=20.0.0", + "npm": ">=10.0.0" }, "license": "MIT" }