2222 - name : Set up Node.js
2323 uses : actions/setup-node@v4
2424 with :
25- node-version-file : .nvmrc
25+ node-version-file : .node-version
2626 cache : npm
2727 - name : Set base and head for Nx affected commands
2828 uses : nrwl/nx-set-shas@v4
4242 - name : Set up Node.js
4343 uses : actions/setup-node@v4
4444 with :
45- node-version-file : .nvmrc
45+ node-version-file : .node-version
4646 cache : npm
4747 - name : Set base and head for Nx affected commands
4848 uses : nrwl/nx-set-shas@v4
6666 - name : Set up Node.js
6767 uses : actions/setup-node@v4
6868 with :
69- node-version-file : .nvmrc
69+ node-version-file : .node-version
7070 cache : npm
7171 - name : Set base and head for Nx affected commands
7272 uses : nrwl/nx-set-shas@v4
9090 - name : Set up Node.js
9191 uses : actions/setup-node@v4
9292 with :
93- node-version-file : .nvmrc
93+ node-version-file : .node-version
9494 cache : npm
9595 - name : Set base and head for Nx affected commands
9696 uses : nrwl/nx-set-shas@v4
@@ -114,7 +114,7 @@ jobs:
114114 - name : Set up Node.js
115115 uses : actions/setup-node@v4
116116 with :
117- node-version-file : .nvmrc
117+ node-version-file : .node-version
118118 cache : npm
119119 - name : Set base and head for Nx affected commands
120120 uses : nrwl/nx-set-shas@v4
@@ -134,7 +134,7 @@ jobs:
134134 - name : Set up Node.js
135135 uses : actions/setup-node@v4
136136 with :
137- node-version-file : .nvmrc
137+ node-version-file : .node-version
138138 cache : npm
139139 - name : Set base and head for Nx affected commands
140140 uses : nrwl/nx-set-shas@v4
0 commit comments