From 36d80d5e917cd81392a4e2cf7ffa65037e7a61b1 Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:54:19 +0100 Subject: [PATCH] Bump node in CI to 22.13 (#969) This updates the .npmrc to use Node 18.19 -> 22.13 ## Launch Checklist - [ ] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. Co-authored-by: Harel M --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index ca0a999a..fb0a1355 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.19 \ No newline at end of file +22.13