Skip to content

Commit 55d8aaf

Browse files
Bump @typescript-eslint/parser from 6.21.0 to 7.10.0 (#269)
* --- 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>
1 parent 101fe76 commit 55d8aaf

File tree

4 files changed

+218
-362
lines changed

4 files changed

+218
-362
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/[email protected]
2525

26-
- name: Set Node.js 16.x
26+
- name: Set Node.js 20.x
2727
uses: actions/[email protected]
2828
with:
29-
node-version: 16.x
29+
node-version: 20.x
3030

3131
- name: Install dependencies
3232
run: npm ci

.github/workflows/dependabot-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
ref: ${{ github.head_ref }}
2828
token: ${{ secrets.NGINX_PAT }}
2929

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

3636
- name: Install dependencies
3737
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' }}

0 commit comments

Comments
 (0)