Skip to content

Commit 2568d0d

Browse files
Release v0.2.0 from PR #16
2 parents 183e3da + fb10fac commit 2568d0d

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
1010
with:
1111
revision: ${{ github.event.pull_request.head.ref }}
12+
supported_versions: '[20,22]'
1213
skip_functional_tests: true
1314
use_trusted_publisher: true
1415
permissions:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package-lock.json

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-pipedrive-app",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Scaffold a production-ready Pipedrive Marketplace app",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)