Skip to content

Commit f79055f

Browse files
Merge pull request #46 from contentstack/development
DX | Release | 10-03-2025
2 parents a5a1501 + 9aeacd0 commit f79055f

File tree

6 files changed

+835
-2233
lines changed

6 files changed

+835
-2233
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: "18.x"
14+
node-version: "22.x"
1515
- run: npm install
1616

1717
- name: get-package-details
@@ -28,7 +28,7 @@ jobs:
2828
tag_prefix: "v"
2929
- name: Create Release
3030
if: steps.update_tag.outputs.tagname
31-
uses: actions/create-release@v1
31+
uses: actions/create-release@v4
3232
id: create_release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload Release Asset
4141
if: steps.update_tag.outputs.tagname
4242
id: upload-release-asset
43-
uses: actions/upload-release-asset@v1
43+
uses: actions/upload-release-asset@v4
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Contentstack
3+
Copyright (c) 2025 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This boilerplate is a code skeleton that will help you get up and running with C
1010

1111
### Prerequisite
1212

13-
- Node.js 8 or above
13+
- Node.js 20 or above
1414
- ngrok for running it on the local system
1515
- A webhook already set up as follows:
1616
- Make your contentstack-webhook-listener server available publicly (For local environment, use ngrok)

config/all.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const config = {
1212
//(For NA Region) host: 'cdn.contentstack.io',
1313
//(For EU Region) host: 'eu-cdn.contentstack.com',
1414
//(For AZURE NA Region) host: 'azure-na-cdn.contentstack.com',
15+
//(For GCP NA Region) host: 'gcp-na-cdn.contentstack.com',
1516
host:'',
1617
},
1718
plugins: [

0 commit comments

Comments
 (0)