diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 945bbef..5556935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4 with: node-version: 18 - name: Install dependencies @@ -21,7 +21,7 @@ jobs: - name: Build run: npm run build-ts - name: Upload dist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist @@ -32,17 +32,17 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4 with: node-version: 18 - name: Install dependencies run: npm install - name: Download dist - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist diff --git a/LICENSE b/LICENSE index bfb13ad..25403cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Contentstack +Copyright (c) 2025 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3943995..ffc4e33 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The Contentstack Webhook Listener is an HTTP web server used to notify the modul ## Prerequisite -Node.js 8+ +Node.js 20+ ## Usage