Skip to content

Commit f79a8b5

Browse files
authored
chore: node and libs update (#74)
* chore: node update * chore: lib update
1 parent 87821c3 commit f79a8b5

7 files changed

Lines changed: 1363 additions & 1078 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 22
40+
node-version: 22.18.0
4141
cache: 'pnpm'
4242

4343
- name: Install dependencies

docker/web-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine AS base
1+
FROM node:22.18.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/web-parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-slim AS base
1+
FROM node:22.18.0-slim AS base
22
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
33
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/ms-playwright
44

docker/web-storefront/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine AS base
1+
FROM node:22.18.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git+https://github.com/nextorders/roll-stack.git"
1010
},
1111
"engines": {
12-
"node": ">=22.17.1",
12+
"node": ">=22.18.0",
1313
"pnpm": ">=10.14.0"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)