From dbfe5c6da2dd01bf26c42ef919ce57abfbd9978b Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Thu, 14 Oct 2021 21:53:29 +0200 Subject: [PATCH 1/4] test version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d8ed68..c8518d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: with: fetch-depth: 0 + - run: node --version - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} From efae6d59da026649f78c74e1232405009bde52fa Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Thu, 14 Oct 2021 21:56:11 +0200 Subject: [PATCH 2/4] test version --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8518d81..38bf1bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,14 @@ jobs: matrix: node-version: ["12", "14", "16"] steps: + - name: test + run: | + echo test + node --version - uses: actions/checkout@v2 with: fetch-depth: 0 - - run: node --version - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} From bbc06010485182c913b61b3d6da120703f6b85cd Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Thu, 14 Oct 2021 22:20:58 +0200 Subject: [PATCH 3/4] test version --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38bf1bf1..35d8ed68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,6 @@ jobs: matrix: node-version: ["12", "14", "16"] steps: - - name: test - run: | - echo test - node --version - uses: actions/checkout@v2 with: fetch-depth: 0 From 056f066f2a34d996d49ce91b9702909b82578fdb Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Thu, 14 Oct 2021 22:16:37 +0200 Subject: [PATCH 4/4] chore: set node version --- .github/workflows/release.yml | 2 +- .github/workflows/sonar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9cfbb7d..c7b9dac8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 14.18.1 - name: Install dependencies run: yarn diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 03113854..ad85530b 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 14.18.1 - name: Install dependencies run: yarn install