From 88c17d6116a2beb0f8e0ec63289375cf9c6a9f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 08:28:57 +0000 Subject: [PATCH] Update Node.js to v26.7.0 --- .github/workflows/github-ci.yml | 6 +++--- Dockerfile | 2 +- package.json | 4 ++-- yarn.lock | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index e14fd9e..cd5647e 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js 26 uses: actions/setup-node@v7 with: - node-version: '26' + node-version: '26.7.0' - name: Cache Yarn Packages uses: actions/cache@v6 with: @@ -40,7 +40,7 @@ jobs: - name: Use Node.js 26 uses: actions/setup-node@v7 with: - node-version: '26' + node-version: '26.7.0' - name: Cache Yarn Packages uses: actions/cache@v6 with: @@ -84,7 +84,7 @@ jobs: - name: Use Node.js 26 uses: actions/setup-node@v7 with: - node-version: '26' + node-version: '26.7.0' - name: Cache Yarn Packages uses: actions/cache@v6 with: diff --git a/Dockerfile b/Dockerfile index 5d9c763..f7d5cc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:26-bullseye AS build +FROM node:26.7.0-bullseye AS build LABEL org.opencontainers.image.description="A React UI for managing Hawk instances" WORKDIR /app RUN npm i -g corepack && corepack enable diff --git a/package.json b/package.json index b90eda1..30f6290 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.4", "@types/animejs": "^3.1.13", - "@types/node": "^26.1.1", + "@types/node": "^26.2.0", "@types/react": "^19.2.18", "@xyflow/react": "^12.11.2", "ace-builds": "^1.44.0", @@ -30,7 +30,7 @@ "vite": "^8.2.1" }, "engines": { - "node": "26.x" + "node": "26.7.0" }, "scripts": { "start": "vite", diff --git a/yarn.lock b/yarn.lock index 2d590f4..7807aa9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1009,7 +1009,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^26.1.1": +"@types/node@npm:^26.2.0": version: 26.2.0 resolution: "@types/node@npm:26.2.0" dependencies: @@ -2818,7 +2818,7 @@ __metadata: "@testing-library/react": "npm:^16.3.2" "@testing-library/user-event": "npm:^14.6.4" "@types/animejs": "npm:^3.1.13" - "@types/node": "npm:^26.1.1" + "@types/node": "npm:^26.2.0" "@types/react": "npm:^19.2.18" "@types/react-dom": "npm:^19.2.4" "@types/react-modal": "npm:^3.16.3"