Skip to content

Commit 945c3a0

Browse files
authored
Set .node-version to 22.14.0 (#1324)
1 parent e93dad1 commit 945c3a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.1
1+
22.14.0

bin/migrate-stack

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
volta install node@20.12.1
4-
volta install yarn@4.2.1
3+
volta install node@22.14.0
4+
volta install yarn@4.6.0
55
volta setup
66
touch .env
77

bin/migrate-yarn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
volta install yarn@4.1.1
3+
volta install yarn@4.6.0
44
volta setup
55
touch .env
66

0 commit comments

Comments
 (0)