Skip to content

Commit

Permalink
Merge branch 'main' into separate-payment-processor-fees
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Nov 21, 2023
2 parents 924f362 + 92b2262 commit 454f9a1
Show file tree
Hide file tree
Showing 3 changed files with 599 additions and 1,674 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: sudo apt-get update || exit 0

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'

Expand Down Expand Up @@ -66,10 +66,10 @@ jobs:
run: sudo apt-get install -y graphicsmagick

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'

Expand Down Expand Up @@ -125,10 +125,10 @@ jobs:

# Checkouts
- name: Checkout (rest)
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'

Expand All @@ -144,7 +144,7 @@ jobs:
# Prepare API
- name: Checkout (api)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: opencollective/opencollective-api
path: opencollective-api
Expand Down
Loading

0 comments on commit 454f9a1

Please sign in to comment.