From bce4792ecf2618cba157abf4ebc3aa19d76231bc Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:43:19 +0530 Subject: [PATCH] Upgraded node version in github workflow file (#116) * 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 Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> * Upgraded the working nodejs version in GH workflows --------- Co-authored-by: Abhinav Gupta Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> --------- Co-authored-by: Abhinav Gupta Co-authored-by: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4f827b78..adb3107d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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 @@ -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