Skip to content

Commit db2657d

Browse files
authored
Merge pull request #57 from contentstack/staging
DX | 11-02-2025 | Release
2 parents 0d5fcfa + 06770b6 commit db2657d

File tree

4 files changed

+757
-1077
lines changed

4 files changed

+757
-1077
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.5.3
10-
- uses: actions/setup-node@v3.7.0
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: "18.x"
12+
node-version: "22.x"
1313
# The below action will see the existing tags and will bump the current ones and this is only used to check whether the given tag already exists or not
1414
# We will be using the previous tag to compare with the current tag in the package.json
1515
# If both match then no new release would be triggered
@@ -58,7 +58,7 @@ jobs:
5858
run: npm run build-ts
5959
- name: Publishing datasync manager
6060
id: publish-core
61-
uses: JS-DevTools/npm-publish@v2.2.0
61+
uses: JS-DevTools/npm-publish@v3
6262
if: ${{env.fr=='true'}}
6363
with:
6464
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)