Skip to content

Commit 74535d5

Browse files
authored
chore: defining the latest LTS Node version as the minimum (pattern-lab#1445)
* chore: defining the latest node version as the minimum * refactor: pinning to major version even only to make any minor or patch updates obsolete * Revert "refactor: pinning to major version even only" This reverts commit c9cc223. * Update ISSUE_TEMPLATE.md * chore: we need to be a little bit more flexible on the expected Node patch version
1 parent 4d1d9ef commit 74535d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/uikit-workshop/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.20.1
1+
14.21

packages/uikit-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@
121121
],
122122
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
123123
"engines": {
124-
"node": ">=14.20.1"
124+
"node": ">=14.21.1"
125125
}
126126
}

0 commit comments

Comments
 (0)