Skip to content

Commit

Permalink
Merge pull request #245 from adyen-examples/support-ideal2.0
Browse files Browse the repository at this point in the history
Upgrade to iDEAL 2.0
  • Loading branch information
gcatanese authored Sep 17, 2024
2 parents f453c9a + 33b7b4c commit f00fcbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@adyen/adyen-web": "5.60.0",
"@adyen/adyen-web": "5.68.0",
"@adyen/api-library": "v19.2.0",
"nuxt": "^3.13.1",
"vue": "^3.2.47",
Expand Down

0 comments on commit f00fcbb

Please sign in to comment.