Merge pull request 'chore(deps): update node.js to v24' (#220) from renovate/node-24.x into dev
CI / lint (push) Successful in 3s
extension / lint (push) Successful in 13s
CI / frontend-build (push) Successful in 22s
CI / backend-lint-and-test (push) Successful in 50s
CI / integration (push) Successful in 3m54s

This commit was merged in pull request #220.
This commit is contained in:
2026-07-11 21:38:33 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
lint:
runs-on: python-ci
container:
image: node:22-bookworm-slim
image: node:24-bookworm-slim
steps:
- uses: actions/checkout@v4
- name: Install web-ext
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.25
FROM node:22-alpine AS frontend-builder
FROM node:24-alpine AS frontend-builder
WORKDIR /build
COPY frontend/package.json frontend/package-lock.json* ./
# No package-lock.json is tracked yet (we don't run npm locally per