diff --git a/.github/renovate.json b/.github/renovate.json index 847b58b87..64aa9bade 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { "extends": [ - "config:base" + "config:base", + "github>DevExpress/devextreme-renovate-config" ], "prConcurrentLimit": 2, "semanticCommits": "enabled", diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index a2b72adbe..bfbb5df16 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -48,7 +48,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version-file: '.node-version' cache: 'pnpm' - name: Install dependencies @@ -121,7 +121,7 @@ jobs: - name: Set up Node.js and restore cache uses: actions/setup-node@v4 with: - node-version: 24 + node-version-file: '.node-version' cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 594c61a31..2f33106e2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version-file: '.node-version' cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b097e305..733fbbd1c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version-file: '.node-version' cache: 'pnpm' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/themebuilder.yml b/.github/workflows/themebuilder.yml index 117fbc798..1f3c44618 100644 --- a/.github/workflows/themebuilder.yml +++ b/.github/workflows/themebuilder.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: ${{ matrix.NODE }} + node-version-file: '.node-version' cache: 'pnpm' - name: Install dependencies diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 000000000..872be537f --- /dev/null +++ b/.mise.toml @@ -0,0 +1,6 @@ +[tools] +node = "24.15.0" + +[hooks] +enter = "mise install" + diff --git a/.node-version b/.node-version new file mode 100644 index 000000000..ab26e034a --- /dev/null +++ b/.node-version @@ -0,0 +1,2 @@ +24.15.0 + diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..e29745af6 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +engine-strict=true +