Skip to content

Commit

Permalink
chore(action): update action images
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 24, 2021
1 parent cf2de81 commit 9334dfc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
matrix:
nodejs: [10, 12, 14]
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1

- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.nodejs }}

Expand Down

0 comments on commit 9334dfc

Please sign in to comment.