Skip to content

Commit

Permalink
git fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Dec 8, 2023
1 parent 2ad5e25 commit 417066a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ branches:
skip_tags: true

environment:
nodejs_version: "16.20.0"
nodejs_version: "14.21.3"

cache:
- node_modules -> package.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"license": "CC-BY-NC-SA-4.0",
"engines": {
"node": "14|| 16 ||18"
"node": "14"
},
"scripts": {
"install": "yarn css",
Expand Down

0 comments on commit 417066a

Please sign in to comment.