Skip to content

Commit

Permalink
fix: specifying node version
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Sep 24, 2024
1 parent 8adb611 commit 51d9650
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/checkout@v4
with:
path: adyen-salesforce-commerce-cloud
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Adyen SFCC dependencies
working-directory: adyen-salesforce-commerce-cloud
run: npm install
Expand Down

0 comments on commit 51d9650

Please sign in to comment.