File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 # The Node.js orb contains a set of prepackaged CircleCI configuration you can utilize
77 # Orbs reduce the amount of configuration required for common tasks.
88 # See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/node
9- node : circleci/node@5.1.0
9+ node : circleci/node@7.2.1
1010
1111jobs :
1212# build-linux: # this can be any name you choose
4848
4949 # Below is the definition of your job to build and test your app, you can rename and customize it as you want.
5050 build-all :
51+
5152 macos :
5253 xcode : " 26.2.0"
5354 resource_class : m4pro.medium
6970 name : pwd
7071 command : pwd
7172 - node/install :
72- install-yarn : true
73- node-version : " 14.21.3 "
73+ # install-yarn: true
74+ node-version : " 22.16.0 "
7475 # AT SOME POINT YARN INSTALL BROKE FOR NO REASON, TRY SWITCHING BACK TO YARN TO SEE IF IT WORKS
7576 # - node/install-packages:
7677 # # If you are using yarn, change the line below from "npm" to "yarn"
You can’t perform that action at this time.
0 commit comments