We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fd50f commit 4f25252Copy full SHA for 4f25252
2 files changed
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: '18.x'
+ node-version: '20.x'
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm ci
19
- run: npm publish --access public
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
CHANGELOG.md
@@ -1,4 +1,7 @@
1
## Change log
2
+### Version: 1.1.2
3
+#### Date: Oct-22-2024
4
+ - Node version bump
5
6
### Version: 1.1.1
7
#### Date: Aug-28-2024
0 commit comments