Skip to content

Commit a8cf952

Browse files
authored
fix(Release): Bump node version (#736)
bump node version
1 parent 93d649a commit a8cf952

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.13.0
1+
v18.20.6

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "10.4.5",
4+
"version": "10.4.6",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -38,8 +38,8 @@
3838
"prepare": "patch-package && husky install"
3939
},
4040
"engines": {
41-
"node": "~18.12.0 || ~18.13.0",
42-
"npm": "~8.19.0"
41+
"node": "~18.12.0 || ~18.13.0 || ~18.20.6",
42+
"npm": "~8.19.0 || ~10.8.2"
4343
},
4444
"browserslist": {
4545
"production": [

0 commit comments

Comments
 (0)