From af46962a16497acf95caf400f960658e7af002e2 Mon Sep 17 00:00:00 2001 From: David Murdoch Date: Fri, 22 Jul 2022 15:04:27 -0400 Subject: [PATCH] continue to use 14 for release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8e88bc6c2..bfef54e29e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: # use node 14 until we can evaluate using npm 7+ and lock file version 2 # this should match the node version used by the "check bundle size" # step in pr.yml - node-version: 18 + node-version: 14 - name: Import Robot GPG key uses: crazy-max/ghaction-import-gpg@v4