From 3abbb3f81c83fbbe26b30d85ee652aa6f1210fe1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:22:08 -0400 Subject: [PATCH] Update dependency node to v24 (#53) * Update dependency node to v24 * Apply automatic changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c5556f1..3d201b4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' cache-dependency-path: package-lock.json - run: npm ci diff --git a/script.js b/script.js index 5b99ea0..1b5b969 100644 --- a/script.js +++ b/script.js @@ -7,7 +7,7 @@ // @match *://forums.redflagdeals.com/* // @namespace http://tampermonkey.net/ // @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js -// @version 2025-10-25 +// @version 2025-11-01 // ==/UserScript== (function() {