diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2020-12-25 17:43:33 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-25 17:43:33 +0900 |
| commit | a0305ed8f1e0f246cd741a59a0e044328e80a957 (patch) | |
| tree | 4ed1c9b7aae62fcd4a043b4474f17d37e1d98e7b | |
| parent | Pin dependencies (#4) (diff) | |
| download | holo-schedule-a0305ed8f1e0f246cd741a59a0e044328e80a957.tar.xz holo-schedule-a0305ed8f1e0f246cd741a59a0e044328e80a957.zip | |
Update actions/setup-node action to v2 (#5)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 096f096..1afb20e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: yarn install |