Skip to content

Commit

Permalink
Merge pull request #174 from kobakazu0429/renovate/actions-setup-node…
Browse files Browse the repository at this point in the history
…-4.x
  • Loading branch information
kobakazu0429 authored Nov 22, 2023
2 parents dccee5a + b97c7a4 commit 8893b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup NodeJs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: yarn
Expand Down
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:
steps:
- uses: actions/checkout@v3
- name: Setup NodeJs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.9.1"
- run: yarn install
Expand Down

0 comments on commit 8893b29

Please sign in to comment.