Skip to content

Commit 788cff5

Browse files
Merge pull request #25 from contentstack/development
DX | Release | 10-03-2025
2 parents d26f22e + 0117ea4 commit 788cff5

File tree

6 files changed

+575
-465
lines changed

6 files changed

+575
-465
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 3 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@v3.5.3
12-
- uses: actions/setup-node@v3.7.0
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: install npm packall

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3.5.3
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v3.7.0
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Build
2222
run: npm run build-ts
2323
- name: Upload dist
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: dist
2727
path: dist
@@ -32,17 +32,17 @@ jobs:
3232
needs: build
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3.5.3
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838
- name: Setup Node.js
39-
uses: actions/setup-node@v3.7.0
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: 18
4242
- name: Install dependencies
4343
run: npm install
4444
- name: Download dist
45-
uses: actions/download-artifact@v3
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: dist
4848
path: dist

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
@@ -11,7 +11,7 @@ The Contentstack Webhook Listener is an HTTP web server used to notify the modul
1111

1212
## Prerequisite
1313

14-
Node.js 8+
14+
Node.js 20+
1515

1616

1717
## Usage

0 commit comments

Comments
 (0)