Skip to content

Commit

Permalink
chore: switching back to checkout v3 and node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Jul 23, 2024
1 parent 0a523aa commit ef710ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -52,6 +52,8 @@ jobs:
cp -R cartridges/* $GITHUB_WORKSPACE/cartridges
shell: bash
- name: Commit /cartridges folder
with:
node-version: '18'
if: success()
run: |
cd adyen-salesforce-commerce-cloud
Expand Down

0 comments on commit ef710ca

Please sign in to comment.