Skip to content

Commit

Permalink
Node version bump in package publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil-lakshman committed Oct 15, 2024
1 parent aed70ee commit 6c256c5
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@contentstack'
- run: npm ci
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Change log
### Version: 3.22.0
#### Date: October-22-2024
##### Fix:
- Node version bump

### Version: 3.21.0
#### Date: September-09-2024
Expand Down
127 changes: 91 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"@babel/runtime": "^7.23.4",
"@slack/bolt": "^3.17.1",
"@types/jest": "^26.0.24",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"dotenv": "^16.0.3",
"es3ify-loader": "0.2.0",
"fetch-mock-jest": "^1.3.0",
"fetch-mock-jest": "^1.5.1",
"http-proxy-agent": "^3.0.0",
"jest": "^29.7.0",
"jest-html-reporters": "^2.1.7",
Expand All @@ -102,6 +102,7 @@
"@contentstack/utils": "^1.3.12",
"cheerio": "^1.0.0",
"es6-promise": "^4.1.1",
"fetch-mock": "^11.1.5",
"isomorphic-fetch": "^3.0.0",
"localStorage": "1.0.4",
"qs": "^6.13.0"
Expand Down

0 comments on commit 6c256c5

Please sign in to comment.