From aa3aadddb0c674fbd18b7be26b73f5b670b7dda0 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Mon, 3 May 2021 16:22:58 +0300 Subject: [PATCH] build: update CI config --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 981f1368..0793c9fc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: - name: Setup environment uses: actions/setup-node@v1 with: - node-version: 15 + node-version: 16 - name: Install dependencies run: npm install - name: Compile sources @@ -69,7 +69,7 @@ jobs: - name: Setup environment uses: actions/setup-node@v1 with: - node-version: 15 + node-version: 16 - name: Install dependencies run: npm install - name: Compile sources diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a31d587..6868f396 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [8, 10, 12, 14, 15] + node_version: [8, 10, 12, 14, 16] os: - ubuntu-latest - macos-latest