mirror of
https://github.com/siderolabs/omni.git
synced 2026-05-05 06:36:12 +02:00
chore(frontend): bump node to 24.15.0
Bump node version for frontend to 24.15.0 Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
This commit is contained in:
parent
7989c3c03b
commit
56cce45e19
2
.github/workflows/chromatic.yml
vendored
2
.github/workflows/chromatic.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.14.0
|
||||
node-version: 24.15.0
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
working-directory: frontend/
|
||||
|
||||
2
frontend/package-lock.json
generated
2
frontend/package-lock.json
generated
@ -98,7 +98,7 @@
|
||||
"yaml": "^2.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^24.14.0"
|
||||
"node": "^24.15.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@adobe/css-tools": {
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "^24.14.0"
|
||||
"node": "^24.15.0"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
||||
@ -91,7 +91,7 @@ services:
|
||||
node-dev:
|
||||
network_mode: host
|
||||
container_name: local-node
|
||||
image: node:24.14.0-alpine
|
||||
image: node:24.15.0-alpine
|
||||
volumes:
|
||||
- ../../frontend:/app:rw
|
||||
working_dir: /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user