Skip to content

Commit 162a9da

Browse files
pharret31dmlvr
andauthored
Node.js: make engines less strict (DevExpress#33827)
Co-authored-by: dmlvr <lvr@dmlvr.com>
1 parent 4913420 commit 162a9da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-storybook-deploy-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: inputs.action == 'deploy'
5454
uses: actions/setup-node@v6
5555
with:
56-
node-version: "20"
56+
node-version-file: '.node-version'
5757

5858
- name: Setup pnpm
5959
if: inputs.action == 'deploy'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
],
6767
"packageManager": "pnpm@11.5.1",
6868
"engines": {
69-
"node": "24.15.0"
69+
"node": "^24.15.0"
7070
}
7171
}

0 commit comments

Comments
 (0)