Skip to content

Commit

Permalink
Revert runtime order introduced in last change
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jan 17, 2025
1 parent 7a1ada6 commit 82d3f67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [2.0.4] 2025-01-17

### Changed

- Previously published version updated default runtimes without doing so as a breaking change; reverted to previous preferred order

---

## [2.0.3] 2024-12-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// Runtimes still being tested out can be added, just not at runtimes[runtime][0]
let runtimes = {
node: [
'nodejs22.x',
'nodejs20.x',
'nodejs22.x',
'nodejs18.x',
],
python: [
'python3.13',
'python3.12',
'python3.13',
'python3.11',
'python3.10',
'python3.9',
Expand All @@ -21,8 +21,8 @@ let runtimes = {
'java8.al2',
],
dotnet: [
'dotnet8',
'dotnet6',
'dotnet8',
],
ruby: [
'ruby3.3',
Expand Down

0 comments on commit 82d3f67

Please sign in to comment.