Skip to content

Commit

Permalink
Bump @typescript-eslint/parser from 6.21.0 to 7.10.0 (#269)
Browse files Browse the repository at this point in the history
* ---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump node to 20.x

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 101fe76 commit 55d8aaf
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 362 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.NGINX_PAT }}

- name: Set up Node.js 16.x
- name: Set up Node.js 20.x
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
Expand Down
Loading

0 comments on commit 55d8aaf

Please sign in to comment.