Skip to content

Commit

Permalink
Fix node deprecated error
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 6, 2024
1 parent 469faf9 commit bfbe8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Use desired version of Node.js
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:

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

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

0 comments on commit bfbe8b2

Please sign in to comment.