Skip to content

Commit

Permalink
Merge pull request #483 from tsuyoshicho/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho authored Feb 10, 2025
2 parents acab4b7 + 872bca4 commit 2d90a9e
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 2d90a9e

Please sign in to comment.