From 323aeb81b59ac637da6ef6cd0d7869bfa3d268f8 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sun, 30 May 2021 12:46:44 +0200 Subject: [PATCH] fix/ github actions - angular12 need node 11+ --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 04a82e1..68148bb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [11.x, 12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: macos-latest diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0109010..34a9413 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [11.x, 12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 748e5be..24e4302 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [11.x, 12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: windows-latest