Skip to content

Commit

Permalink
Merge pull request #65 from shufo/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Oct 29, 2023
2 parents fd53e67 + 40d91db commit 9385c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- name: Set up Node.js
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14.x
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Get yarn cache directory path
Expand Down

0 comments on commit 9385c1c

Please sign in to comment.