Skip to content

Commit 5e95548

Browse files
committed
update to node 20
1 parent a0a3799 commit 5e95548

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/pr-docs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os:
1212
- ubuntu-24.04
1313
node-version:
14-
- '18'
14+
- '20'
1515
steps:
1616
# Install deps and cache
1717
- name: Checkout code

.github/workflows/pr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os:
1212
- ubuntu-24.04
1313
node-version:
14-
- '18'
14+
- '20'
1515
steps:
1616
# Install deps and cache
1717
- name: Checkout code

.github/workflows/pr-ruby-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- ubuntu-24.04
2121
node-version:
22-
- '18'
22+
- '20'
2323
steps:
2424

2525
- name: Checkout code

.github/workflows/pr-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- ubuntu-24.04
1414
- macos-14
1515
node-version:
16-
- '18'
16+
- '20'
1717
steps:
1818
# Install deps and cache
1919
- name: Checkout code

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

33
- Added support for Ruby 4.0 and marked 3.1 as legacy
4+
- Updated to Node 20
45

56
## v1.5.0 - [January 9, 2025](https://github.com/lando/ruby/releases/tag/v1.5.0)
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ruby"
1515
],
1616
"engines": {
17-
"node": ">=18.0.0"
17+
"node": ">=20.0.0"
1818
},
1919
"lando": {},
2020
"main": "index.js",

0 commit comments

Comments
 (0)