From 4449919aa96870979c27582bc2d08956a2819b7d Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 24 Jan 2022 13:24:38 +0100 Subject: [PATCH] chore(ci): ask for LTS, not hard-coded version --- .github/workflows/nodejs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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