Skip to content

Commit 7915ee8

Browse files
authored
Update to Node 18 (#232)
* Update to Node 18 Signed-off-by: Jonas Helming <[email protected]>
1 parent b72e9d6 commit 7915ee8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.39",
44
"engines": {
55
"yarn": ">=1.7.0 <2",
6-
"node": ">=14.18.0"
6+
"node": ">=18"
77
},
88
"description": "Helps to setup the project structure for developing extensions to the Theia IDE",
99
"repository": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ glob@^10.2.2:
16711671

16721672
glob@^10.3.7:
16731673
version "10.4.5"
1674-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
1674+
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
16751675
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
16761676
dependencies:
16771677
foreground-child "^3.1.0"
@@ -3567,7 +3567,7 @@ rimraf@^3.0.0, rimraf@^3.0.2:
35673567

35683568
rimraf@^5.0.0:
35693569
version "5.0.10"
3570-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
3570+
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz"
35713571
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
35723572
dependencies:
35733573
glob "^10.3.7"

0 commit comments

Comments
 (0)