diff --git a/.github/workflows/build-npm-release.yml b/.github/workflows/build-npm-release.yml index 9884bc3..0c7b42a 100644 --- a/.github/workflows/build-npm-release.yml +++ b/.github/workflows/build-npm-release.yml @@ -28,7 +28,7 @@ jobs: FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folio/' FOLIO_NPM_REGISTRY_AUTH: '//repository.folio.org/repository/npm-folio/' FOLIO_MD_REGISTRY: 'https://folio-registry.dev.folio.org' - NODEJS_VERSION: '16' + NODEJS_VERSION: '18' JEST_JUNIT_OUTPUT_DIR: 'artifacts/jest-junit' JEST_COVERAGE_REPORT_DIR: 'artifacts/coverage-jest/lcov-report/' BIGTEST_JUNIT_OUTPUT_DIR: 'artifacts/runTest' diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index 8b253b6..d291412 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -25,7 +25,7 @@ jobs: FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folioci/' FOLIO_NPM_REGISTRY_AUTH: '//repository.folio.org/repository/npm-folioci/' FOLIO_MD_REGISTRY: 'https://folio-registry.dev.folio.org' - NODEJS_VERSION: '16' + NODEJS_VERSION: '18' JEST_JUNIT_OUTPUT_DIR: 'artifacts/jest-junit' JEST_COVERAGE_REPORT_DIR: 'artifacts/coverage-jest/lcov-report/' BIGTEST_JUNIT_OUTPUT_DIR: 'artifacts/runTest'