Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
ohakutsu authored Nov 12, 2023
2 parents c19810a + bb9e0a9 commit 25006f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install --frozen-lockfile
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 25006f1

Please sign in to comment.