File tree Expand file tree Collapse file tree 6 files changed +835
-2233
lines changed
Expand file tree Collapse file tree 6 files changed +835
-2233
lines changed Original file line number Diff line number Diff line change 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
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
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 :
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 Contentstack
3+ Copyright (c) 2025 Contentstack
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 : [
You can’t perform that action at this time.
0 commit comments