Compare commits

..

1 Commits

Author SHA1 Message Date
julien Lengrand-Lambert
aec83cb37d Adds upgrading part to the README
* Links to the Releases page where the information is available
2023-01-23 15:39:44 +01:00
3 changed files with 3 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
"postCreateCommand": "npm i"
}

View File

@@ -1,22 +0,0 @@
name: Junie
run-name: Junie run ${{ inputs.run_id }}
permissions:
contents: write
pull-requests: write
on:
workflow_dispatch:
inputs:
run_id:
description: "id of workflow process"
required: true
workflow_params:
description: "stringified params"
required: true
jobs:
call-workflow-passing-data:
uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
with:
workflow_params: ${{ inputs.workflow_params }}

View File

@@ -55,6 +55,9 @@ npm install --save @adyen/api-library
Alternatively, you can download the [release on GitHub](https://github.com/Adyen/adyen-node-api-library/releases).
## Upgrading
Please check the **[release page](https://github.com/Adyen/adyen-node-api-library/releases/)** to check for breaking changes in Major versions.
## Using the library