diff --git a/.github/workflows/publish_po_angular_ci-next.yml b/.github/workflows/publish_po_angular_ci-next.yml index 7d383f4fee..b7707455c2 100644 --- a/.github/workflows/publish_po_angular_ci-next.yml +++ b/.github/workflows/publish_po_angular_ci-next.yml @@ -60,7 +60,7 @@ jobs: if: (!contains(env.PACKAGE_VERSION, env.SCHEMATICS_LAST_PUBLISHED_VERSION)) uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm publish ${{env.WORKING_DIR}}/dist/ng-schematics --tag next --ignore-scripts env: @@ -72,7 +72,7 @@ jobs: if: (!contains(env.PACKAGE_VERSION, env.STORAGE_LAST_PUBLISHED_VERSION)) uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm publish ${{env.WORKING_DIR}}/dist/ng-storage --tag next --ignore-scripts env: @@ -84,7 +84,7 @@ jobs: if: (!contains(env.PACKAGE_VERSION, env.SYNC_LAST_PUBLISHED_VERSION)) uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm publish ${{env.WORKING_DIR}}/dist/ng-sync --tag next --ignore-scripts env: @@ -96,7 +96,7 @@ jobs: if: (!contains(env.PACKAGE_VERSION, env.COMPONENTS_LAST_PUBLISHED_VERSION)) uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm publish ${{env.WORKING_DIR}}/dist/ng-components --tag next --ignore-scripts env: @@ -108,7 +108,7 @@ jobs: if: (!contains(env.PACKAGE_VERSION, env.TEMPLATES_LAST_PUBLISHED_VERSION)) uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm publish ${{env.WORKING_DIR}}/dist/ng-templates --tag next --ignore-scripts env: @@ -120,7 +120,7 @@ jobs: if: (!contains(env.PACKAGE_VERSION, env.CODE_EDITOR_LAST_PUBLISHED_VERSION)) uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm publish ${{env.WORKING_DIR}}/dist/ng-code-editor --tag next --ignore-scripts env: