@@ -22,10 +22,10 @@ jobs:
22
22
- name : Install pnpm
23
23
uses : pnpm/action-setup@v2
24
24
25
- - name : Set node version to 18
25
+ - name : Install Node.js
26
26
uses : actions/setup-node@v3
27
27
with :
28
- node-version : 18
28
+ node-version-file : ' .node-version '
29
29
cache : ' pnpm'
30
30
31
31
- run : pnpm install
@@ -44,10 +44,10 @@ jobs:
44
44
- name : Install pnpm
45
45
uses : pnpm/action-setup@v2
46
46
47
- - name : Set node version to 18
47
+ - name : Install Node.js
48
48
uses : actions/setup-node@v3
49
49
with :
50
- node-version : 18
50
+ node-version-file : ' .node-version '
51
51
cache : ' pnpm'
52
52
53
53
- run : pnpm install
@@ -73,10 +73,10 @@ jobs:
73
73
- name : Install pnpm
74
74
uses : pnpm/action-setup@v2
75
75
76
- - name : Set node version to 18
76
+ - name : Install Node.js
77
77
uses : actions/setup-node@v3
78
78
with :
79
- node-version : 18
79
+ node-version-file : ' .node-version '
80
80
cache : ' pnpm'
81
81
82
82
- run : pnpm install
@@ -96,10 +96,10 @@ jobs:
96
96
- name : Install pnpm
97
97
uses : pnpm/action-setup@v2
98
98
99
- - name : Set node version to 18
99
+ - name : Install Node.js
100
100
uses : actions/setup-node@v3
101
101
with :
102
- node-version : 18
102
+ node-version-file : ' .node-version '
103
103
cache : ' pnpm'
104
104
105
105
- run : pnpm install
0 commit comments