Skip to content

Commit

Permalink
Chore: use actions/setup-node@v2
Browse files Browse the repository at this point in the history
it's as the same as we have done in the eslint repo: eslint/eslint#14816
  • Loading branch information
aladdin-add committed Aug 5, 2021
1 parent bf57077 commit a59bdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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 a59bdba

Please sign in to comment.