Skip to content

Commit

Permalink
Chore: use actions/setup-node@v2 (#510)
Browse files Browse the repository at this point in the history
* Chore: use actions/setup-node@v2

it's as the same as we have done in the eslint repo: eslint/eslint#14816

* Update ci.yml
  • Loading branch information
aladdin-add committed Aug 5, 2021
1 parent bf57077 commit 63bd0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
- name: Install dependencies
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand Down

0 comments on commit 63bd0bc

Please sign in to comment.