diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 67c1cef6b..2af20e4f2 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,10 +12,10 @@ jobs: - name: Sanity check run: node ./scripts/yarn-lock-scan.js - - name: Setup Node 14.x + - name: Setup Node 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - name: Get yarn cache directory id: yarn-cache-dir @@ -44,10 +44,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Node 14.x + - name: Setup Node 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - name: Get yarn cache directory id: yarn-cache-dir @@ -74,7 +74,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x] + node-version: [16.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v2