Skip to content

Commit

Permalink
Node 16 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Feb 27, 2024
1 parent 6c4c654 commit 12ed314
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 26 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-repoutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand All @@ -21,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: use node 14.x
- name: use node 16.x
uses: actions/setup-node@v2-beta
with:
node-version: 14.x
node-version: 16.x

- name: yarn cache dir
id: yarn-cache-dir
Expand Down

0 comments on commit 12ed314

Please sign in to comment.