Skip to content

Commit

Permalink
chore: update node version to 22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 8, 2025
1 parent fa3bde8 commit e954517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
2 changes: 1 addition & 1 deletion adminSiteServer/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ describe("OwidAdminApp", () => {
)
expect(nodeVersion.status).toBe(200)
const text = await nodeVersion.text()
expect(text).toBe("v22.12.0")
expect(text).toBe("v22.13.0")
})

it("should be able to edit a chart via the api", async () => {
Expand Down

0 comments on commit e954517

Please sign in to comment.