diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0f08843c..9fa41fe15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: 14 cache: 'yarn' @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: 14 cache: 'yarn' @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: 14 - run: yarn --pure-lockfile @@ -55,7 +55,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Use Node.js - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: 14 - run: yarn --pure-lockfile diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 770371d36..16c889bd6 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: 16 cache: 'yarn'