Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chore: update GitHub Actions (#12984)
  • Loading branch information
g-plane committed Mar 9, 2020
1 parent 1299705 commit 26267ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Verify Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- name: Install Packages
run: npm install
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
node: 13.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
Expand All @@ -57,7 +57,7 @@ jobs:
name: Browser Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- name: Install Packages
run: npm install
Expand Down

0 comments on commit 26267ed

Please sign in to comment.