Skip to content

Commit

Permalink
Merge pull request #50 from guanguans/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
guanguans authored Jan 18, 2024
2 parents d2cc368 + b2e0e2d commit 5b7ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Set node version
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Install lint-md
run: npm install -g @lint-md/cli
Expand Down

0 comments on commit 5b7ac8c

Please sign in to comment.