File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 34
34
- name : Setup Node.js
35
35
uses : actions/setup-node@v3
36
36
with :
37
- node-version : 20.x
37
+ node-version-file : ' .node-version '
38
38
cache : ' npm'
39
39
40
40
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
- name : Setup Node
26
26
uses : actions/setup-node@v3
27
27
with :
28
- node-version : 20.x
28
+ node-version-file : ' .node-version '
29
29
cache : ' npm'
30
30
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
- name : Setup Node
26
26
uses : actions/setup-node@v3
27
27
with :
28
- node-version : 20.x
28
+ node-version-file : ' .node-version '
29
29
cache : npm
30
30
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change 26
26
- name : Setup Node.JS
27
27
uses : actions/setup-node@v3
28
28
with :
29
- node-version : 20.x
29
+ node-version-file : ' .node-version '
30
30
cache : ' npm'
31
31
32
32
- name : Install dependencies
Original file line number Diff line number Diff line change 24
24
- name : Setup Node.JS
25
25
uses : actions/setup-node@v3
26
26
with :
27
- node-version : 20.x
27
+ node-version-file : ' .node-version '
28
28
cache : ' npm'
29
29
30
30
- name : Install dependencies
Original file line number Diff line number Diff line change
1
+ 20.10.0
You can’t perform that action at this time.
0 commit comments