Skip to content

Commit

Permalink
Merge pull request #613 from Black-Thunder/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
Black-Thunder authored Oct 24, 2023
2 parents 5daa645 + d3b14fa commit 62de3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4

- name: eslint
uses: reviewdog/action-eslint@v1
Expand Down

0 comments on commit 62de3e2

Please sign in to comment.