diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ca7b1dcdf..cce6cc64b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,10 +11,10 @@ jobs: name: yarn install runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 20 - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"