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",