Skip to content

Commit

Permalink
Merge pull request #230 from mitsue-links/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4.0.0

chore(deps): bump actions/setup-node from 3.6.0 to 4.0.0
  • Loading branch information
tkskto authored Jun 3, 2024
2 parents 6a42d4e + f54c947 commit 674c2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Use node.js 14
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version: 14
- name: Install npm@v8
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@v4.1.1
- name: Use node.js 14
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version: 14
- name: Install npm@v8
Expand Down

0 comments on commit 674c2f7

Please sign in to comment.