From 60a425ec2abb649766fef0c380316d46bdbf2557 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Wed, 27 Nov 2024 12:34:08 +0200 Subject: [PATCH] run prebuilds on node 16 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69cbe036..5560a120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - container: ['node:14.0.0'] + container: ['node:16.0.0'] node_api_target: ['18.0.0'] include: - container: 'node:16.0.0' @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - container: ['node:14.0.0'] + container: ['node:16.0.0'] node_api_target: ['18.0.0'] include: - container: 'node:16.0.0'