Skip to content

Commit

Permalink
chore: 7.x remove global npm install and ignore latest TS (#7398)
Browse files Browse the repository at this point in the history
* chore: remove global npm install

* chore: ignore 7.x branch for latest TS workflow

* chore: ignore 7.x branch for latest TS workflow
  • Loading branch information
JamesHenry authored Dec 12, 2023
1 parent d69d890 commit 2fb0740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: install
run: |
npm install -g npm@latest
npm --version
npm ci
- name: lint
run: npm run lint
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_ts_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI (ts@latest)
on:
pull_request:
types: ['opened', 'reopened', 'synchronize']
# Legacy v7 is incompatible with latest TS
branches-ignore: ['7.x']

permissions:
contents: read
Expand Down

0 comments on commit 2fb0740

Please sign in to comment.