Skip to content

Commit 40940b5

Browse files
committed
auto commit
1 parent 869e906 commit 40940b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
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

1111
jobs:
1212
# build-linux: # this can be any name you choose
@@ -48,6 +48,7 @@ jobs:
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
@@ -69,8 +70,8 @@ jobs:
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"

0 commit comments

Comments
 (0)