Skip to content

Commit 3f5362b

Browse files
Merge pull request #126 from contentstack/Enh/dx-1733
Updated node version in package publish workflow file
2 parents a71c484 + c772f47 commit 3f5362b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/jira.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
project: ${{ secrets.JIRA_PROJECT }}
2222
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
2323
summary: |
24-
${{ github.event.pull_request.title }}
24+
Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
2525
description: |
2626
PR: ${{ github.event.pull_request.html_url }}
2727

.github/workflows/release.yml

+4-4
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
@@ -24,7 +24,7 @@ jobs:
2424
# Else New release will be created
2525
- name: Bump version and push tag
2626
id: tag_version
27-
uses: mathieudutour/github-tag-action@v6.1
27+
uses: mathieudutour/github-tag-action@v6.2
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
default_bump: false

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentstack/security-admin
1+
* @contentstack/security-admin

0 commit comments

Comments
 (0)