Skip to content

Commit bce4792

Browse files
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 <[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]>
1 parent 9819612 commit bce4792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '12.x'
16+
node-version: '18.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm publish
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '12.x'
28+
node-version: '18.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

0 commit comments

Comments
 (0)