Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 6, 2024
1 parent bfbe8b2 commit 64dce3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Use desired version of Node.js
uses: actions/setup-node@v3
Expand All @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Use desired version of Node.js
uses: actions/setup-node@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Use desired version of Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 64dce3d

Please sign in to comment.