Skip to content

Commit

Permalink
Merge pull request #41 from rainbow-me/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-3.1.0
  • Loading branch information
dependabot[bot] authored Aug 26, 2022
2 parents cc29df9 + 99818af commit eb5b91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14

Expand Down

0 comments on commit eb5b91f

Please sign in to comment.