Skip to content

Commit

Permalink
remove deps, don't upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 11, 2023
1 parent 0630782 commit 4afec85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,8 @@ updates:
# Prevent updates to ESM-only versions
- dependency-name: 'chalk'
versions: ['>=5.0.0']
- dependency-name: 'esbuild'
versions: ['>=0.11.0']
- dependency-name: 'execa'
versions: ['>=6.0.0']
- dependency-name: 'globby'
versions: ['>=12.0.0']
- dependency-name: 'html-entities'
versions: ['>=2.0.0']
- dependency-name: 'markdown-table'
versions: ['>=3.0.0']
groups:
# Any updates not caught by the group config will get individual PRs
npm-low-risk:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: npm ci
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16
cache: 'npm'
# Workflows are not allowed to edit workflows. As result, we need to prevent Prettier from formatting them.
- name: Prevent workflows from being formatted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16
cache: 'npm'
- name: Run release script and open PR
run: |
Expand Down

0 comments on commit 4afec85

Please sign in to comment.