From 0d10e9734b2c3a8ef6c2dcebf09e75364fd871a3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 20 Apr 2023 21:22:31 +0100 Subject: [PATCH] ci: run release script with node 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6c373f2c409..71662802d271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16] + node: [18] timeout-minutes: 20