Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent acab4b7 commit 872bca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
- name: textlint-github-check
Expand All @@ -54,7 +54,7 @@ jobs:
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
- name: textlint-github-check
Expand All @@ -75,7 +75,7 @@ jobs:
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
Expand All @@ -100,7 +100,7 @@ jobs:
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup bun
Expand Down

0 comments on commit 872bca4

Please sign in to comment.