Skip to content

Commit

Permalink
Merge pull request #78 from textlint-rule/renovate/actions-setup-node…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
azu authored Oct 24, 2023
2 parents f109dbc + 6570d15 commit 65c4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand Down

0 comments on commit 65c4afe

Please sign in to comment.