Skip to content

Commit

Permalink
Chore: use actions/setup-node@v2 in CI (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 29, 2021
1 parent f57487c commit ffdb245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
- name: Install Packages
run: npm install
env:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
Expand Down

0 comments on commit ffdb245

Please sign in to comment.