diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3b4ed5b66..b41b28576 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: lts/* cache: yarn - name: Validate cache @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: lts/* cache: yarn - name: install run: yarn @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: lts/* cache: yarn - name: install run: yarn @@ -108,7 +108,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: lts/* cache: yarn - name: install run: yarn @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: lts/* cache: yarn - name: install run: yarn @@ -150,7 +150,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: lts/* cache: yarn - name: install run: yarn