From 3fa583ecabcf5df9605f517935d19c8e6c230312 Mon Sep 17 00:00:00 2001 From: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:56:52 +0530 Subject: [PATCH] chore: update node version to 24 --- .github/workflows/env-setup/action.yaml | 4 ++-- .nvmrc | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/env-setup/action.yaml b/.github/workflows/env-setup/action.yaml index b91a2a9..8b182f4 100644 --- a/.github/workflows/env-setup/action.yaml +++ b/.github/workflows/env-setup/action.yaml @@ -1,4 +1,4 @@ -name: "Rafiki Environment Setup" +name: "Environment Setup" description: "Sets node version, init pnpm, restore cache" runs: @@ -7,7 +7,7 @@ runs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version-file: '.nvmrc' cache: 'pnpm' - name: Install dependencies shell: bash diff --git a/.nvmrc b/.nvmrc index 9de2256..d8e297d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/iron +24.19 diff --git a/package.json b/package.json index 809fec6..8327ec6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": "https://github.com/interledger/open-payments", "engines": { "pnpm": "^8.15.6", - "node": "20" + "node": "24" }, "packageManager": "pnpm@8.15.6", "scripts": {