From 417066a7c9f48f54847a9de9c0a7bfc83d93df17 Mon Sep 17 00:00:00 2001 From: Lacy Morrow Date: Fri, 8 Dec 2023 18:31:09 -0500 Subject: [PATCH] git fuck --- .circleci/config.yml | 7 ++++++- appveyor.yml | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aadf329..0e5f18e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,11 @@ jobs: - checkout - run: command: pwd + - node/install: + install-yarn: true + node-version: "14.21.3" + - run: + command: node --version - run: command: npm i --openssl-fips='' # - node/install-packages: @@ -59,7 +64,7 @@ jobs: command: pwd - node/install: install-yarn: true - node-version: "16.20.0" + node-version: "14.21.3" # AT SOME POINT YARN INSTALL BROKE FOR NO REASON, TRY SWITCHING BACK TO YARN TO SEE IF IT WORKS # - node/install-packages: # # If you are using yarn, change the line below from "npm" to "yarn" diff --git a/appveyor.yml b/appveyor.yml index eca670e..cef17e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ branches: skip_tags: true environment: - nodejs_version: "16.20.0" + nodejs_version: "14.21.3" cache: - node_modules -> package.json diff --git a/package.json b/package.json index f8ee763..18c3c2e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "license": "CC-BY-NC-SA-4.0", "engines": { - "node": "14|| 16 ||18" + "node": "14" }, "scripts": { "install": "yarn css",