File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install pnpm
21
21
uses : pnpm/action-setup@v2
22
22
23
- - name : Set node version to the latest LTS release
23
+ - name : Set node version to LTS
24
24
uses : actions/setup-node@v3
25
25
with :
26
26
node-version : ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 23
23
- name : Install pnpm
24
24
uses : pnpm/action-setup@v2
25
25
26
- - name : Set node version to the latest LTS release
26
+ - name : Set node version to LTS
27
27
uses : actions/setup-node@v3
28
28
with :
29
29
node-version : ${{ env.NODE_VERSION }}
46
46
- name : Install pnpm
47
47
uses : pnpm/action-setup@v2
48
48
49
- - name : Set node version to the latest LTS release
49
+ - name : Set node version to LTS
50
50
uses : actions/setup-node@v3
51
51
with :
52
52
node-version : ${{ env.NODE_VERSION }}
78
78
- name : Install pnpm
79
79
uses : pnpm/action-setup@v2
80
80
81
- - name : Set node version to the latest LTS release
81
+ - name : Set node version to LTS
82
82
uses : actions/setup-node@v3
83
83
with :
84
84
node-version : ${{ env.NODE_VERSION }}
98
98
- name : Install pnpm
99
99
uses : pnpm/action-setup@v2
100
100
101
- - name : Set node version to the latest LTS release
101
+ - name : Set node version to LTS
102
102
uses : actions/setup-node@v3
103
103
with :
104
104
node-version : ${{ env.NODE_VERSION }}
You can’t perform that action at this time.
0 commit comments