Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/env-setup/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Rafiki Environment Setup"
name: "Environment Setup"
description: "Sets node version, init pnpm, restore cache"

runs:
Expand All @@ -7,7 +7,7 @@ runs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To bump to the newest version

Suggested change
- uses: actions/setup-node@v3
- uses: actions/setup-node@v7

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing all these later in next PR.

with:
node-version: 20
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/iron
24.19
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading