Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -30,7 +30,7 @@
"vite": "^8.2.1"
},
"engines": {
"node": "26.x"
"node": "26.7.0"
},
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
Loading