diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 13ba70d..2f66e55 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Set up Node - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v3.6.0 with: check-latest: true - name: Get yarn cache directory path diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2946168..e1a26d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Node - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v3.6.0 with: check-latest: true - name: Get yarn cache directory path