Skip to content

Commit

Permalink
Upgraded node version in github workflow file (#116)
Browse files Browse the repository at this point in the history
* feat: added taxonomies url

* fix: updated dependencies and settings to fix npm install and build warnings

* fix: added fix for ESM module cannot use module.exports issue

* WIP: added taxonomy files

* fix: updated talismanrc

* feat: added taxonomies url

* WIP: taxonomy tests

* feat: added , ,  and  for taxonomy query

* feat: version bump

* refactor: moved _extend

* fix: updated .talismanrc

* fix: added fixes for failing asset tests

* fix: corrected content-types for tests

* fix: removed .only from test, so that all tests may execute

* fix: fixed existing tests

* fix: fixed taxonomies url, levels param and added doc

* WIP: added integration test cases

* fix: added unit tests

* fix: added unit tests

* fix: corrected test prefix and content-type uid

* fix: bumped patch version and updated lock file

* fix: removed commented tests

* fix: removed unused file, updated description

* fix: corrected package version

* feat: added gcp_na region

* feat: updated talismanrc

* fix: updated minor version

* fix: replaced Taxonomies().Query() with Taxonomies()

* fix: updated tests and types

* Bug/cs 40045 x user agent (#108)

* Updated X-User-Agent header

* Updated the X-User-Agent

* fix: fixed vulnerabilities

* Fix/ghwf issuefix (#115)

* Updated X-User-Agent header (#109)

* feat: added taxonomies url

* fix: updated dependencies and settings to fix npm install and build warnings

* fix: added fix for ESM module cannot use module.exports issue

* WIP: added taxonomy files

* fix: updated talismanrc

* feat: added taxonomies url

* WIP: taxonomy tests

* feat: added , ,  and  for taxonomy query

* feat: version bump

* refactor: moved _extend

* fix: updated .talismanrc

* fix: added fixes for failing asset tests

* fix: corrected content-types for tests

* fix: removed .only from test, so that all tests may execute

* fix: fixed existing tests

* fix: fixed taxonomies url, levels param and added doc

* WIP: added integration test cases

* fix: added unit tests

* fix: added unit tests

* fix: corrected test prefix and content-type uid

* fix: bumped patch version and updated lock file

* fix: removed commented tests

* fix: removed unused file, updated description

* fix: corrected package version

* feat: added gcp_na region

* feat: updated talismanrc

* fix: updated minor version

* fix: replaced Taxonomies().Query() with Taxonomies()

* fix: updated tests and types

* Bug/cs 40045 x user agent (#108)

* Updated X-User-Agent header

* Updated the X-User-Agent

* fix: fixed vulnerabilities

---------

Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <[email protected]>

* Upgraded the working nodejs version in GH workflows

---------

Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <[email protected]>

---------

Co-authored-by: Abhinav Gupta <[email protected]>
Co-authored-by: abhinav <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2024
1 parent 9819612 commit bce4792
Showing 1 changed file with 2 additions and 2 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: '12.x'
node-version: '18.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: '12.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@contentstack'
- run: npm ci
Expand Down

0 comments on commit bce4792

Please sign in to comment.