Skip to content

Commit 06a9db3

Browse files
authored
Merge pull request #798 from johnsusek/copilot/axios-1-6-1-node-22-22-3-vite-7-3-5-vitest-4-1-8
Align runtime and toolchain versions to axios 1.6.1 / Node 22.22.3 / Vite 7.3.5 / Vitest 4.1.8
2 parents 29ba57a + 4192e72 commit 06a9db3

4 files changed

Lines changed: 141 additions & 156 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.2
1+
22.22.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.22.2-bookworm AS base
1+
FROM node:22.22.3-bookworm AS base
22

33
RUN apt update -qqy && \
44
apt upgrade -qqy && \

0 commit comments

Comments
 (0)