From dfbbf5b0691f556a210065d6560ab7a91cc03959 Mon Sep 17 00:00:00 2001 From: Carlos Balcazar Date: Sun, 29 Mar 2026 22:54:08 -0500 Subject: [PATCH] force to use Node 24 --- .github/workflows/ci.yml | 4 ++-- .nvmrc | 1 + package.json | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .nvmrc diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ebb1ca..308ba82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [node, lts/*] + node: [24] steps: - name: Checkout uses: actions/checkout@v3 @@ -45,7 +45,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node }} + node-version: 24 cache: npm - name: Install Dependencies diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..a45fd52 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24 diff --git a/package.json b/package.json index b435f34..359813a 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,9 @@ "url": "https://github.com/im-open/react-html-element/issues" }, "homepage": "https://github.com/im-open/react-html-element#readme", + "engines": { + "node": ">=24" + }, "lint-staged": { "src/**/*.(j|t)s?(x)": [ "prettier --write",