Skip to content

Commit

Permalink
Merge pull request #3960 from BitGo/turn-on-node18-in-ci
Browse files Browse the repository at this point in the history
chore: enable testing of node18 in ci
  • Loading branch information
andrew-scott-fischer authored Oct 6, 2023
2 parents 854a29e + 94d5398 commit 4232e6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,22 @@ jobs:
run: yarn run postinstall

- name: Lint Commit Messages
if: ${{ startsWith(matrix.node-version, '16') }}
run: |
GITHUB_REPO_BRANCH=$GITHUB_BASE_REF yarn run check-commits
- name: Check In-Repo Package Versions
if: ${{ startsWith(matrix.node-version, '16') }}
run: yarn run check-versions

- name: Dependency Audit
if: ${{ startsWith(matrix.node-version, '16') }}
run: yarn run improved-yarn-audit --min-severity high

- name: Lint Source Code
if: ${{ startsWith(matrix.node-version, '16') }}
run: yarn run lint

- name: Check Source Code Formatting
if: ${{ startsWith(matrix.node-version, '16') }}
run: yarn run check-fmt

- name: Check Package Dependencies
if: ${{ startsWith(matrix.node-version, '16') }}
run: yarn run check-deps

- name: Unit Test
Expand Down

0 comments on commit 4232e6a

Please sign in to comment.