From 5fe9a6968274dcaa377fe94e714b9506bf8db4e7 Mon Sep 17 00:00:00 2001 From: Nihal Gonsalves Date: Thu, 22 Apr 2021 22:13:17 +0200 Subject: [PATCH] ci: build on node 16 (current) (#3098) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a00a91912d6a49..a9fb2d0be78ec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI env: - # 7 GiB by default on GitHub, setting to 6 GiB - # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources - NODE_OPTIONS: --max-old-space-size=6144 + # 7 GiB by default on GitHub, setting to 6 GiB + # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources + NODE_OPTIONS: --max-old-space-size=6144 on: push: @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [12, 14, 15] + node_version: [12, 14, 15, 16] include: - os: macos-latest node_version: 14