From 7f4a96a492bf138ec436c761075411078e60446e Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Thu, 12 Jan 2023 15:11:34 +0200 Subject: [PATCH] dropping node v14 support On v14, node does not seem to support npm access to Github via Github Actions -- or, at least not easily. This can be reverted once we target a particular alpha of graphql that is published to npm. See: https://github.com/actions/setup-node/issues/214 --- .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 a47d1c4..e1f0077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version_to_setup: [14, 16, 18] + node_version_to_setup: [16, 18] permissions: contents: read # for actions/checkout steps: