Skip to content

Commit

Permalink
ci(actions): update actions/setup-node to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and latipun7 committed Dec 28, 2021
1 parent 0f907bc commit 63ea3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: 📦 Use NodeJS ${{ matrix.node }}
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0

- name: 📦 Use NodeJS LTS
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down

0 comments on commit 63ea3e2

Please sign in to comment.