Skip to content

Commit

Permalink
chore(checks): pin node version to 18.15 (#10390)
Browse files Browse the repository at this point in the history
### Description

A current [bug](nodejs/node#47563) in the latest version of Node is causing CI checks to fail. The bug has been fixed but not yet back-ported, so in the meantime will test pinning the version to `18.15`.

### Changelog

**New**

- {{new thing}}

**Changed**

- pin `ci-check` workflow Node version to `18.15`

**Removed**

- {{removed thing}}

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam committed Apr 25, 2023
1 parent 6f19c5c commit 95d279e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore=@carbon/ibmdotcom-react --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
- name: Run CI Checks
run: |
yarn ci-check
yarn lerna run --stream --ignore=@carbon/ibmdotcom-react --ignore=@carbon/ibmdotcom-web-components ci-check
yarn lerna run --ignore=@carbon/ibmdotcom-web-components ci-check
web-components:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 95d279e

Please sign in to comment.