File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
- name : Use Node.js
23
23
uses : actions/setup-node@v1
24
24
with :
25
- node-version : 14.x
25
+ node-version : lts/*
26
26
- name : Get yarn cache directory path
27
27
id : yarn-cache-dir-path
28
28
run : echo "::set-output name=dir::$(yarn cache dir)"
40
40
runs-on : ubuntu-latest
41
41
strategy :
42
42
matrix :
43
- node-version : [16.x, 18.x ]
43
+ node-version : [lts/*, current ]
44
44
steps :
45
45
- uses : actions/checkout@v2
46
46
- name : Use Node.js ${{ matrix.node-version }}
69
69
- name : Use Node.js
70
70
uses : actions/setup-node@v1
71
71
with :
72
- node-version : 14.x
72
+ node-version : lts/*
73
73
- name : Get yarn cache directory path
74
74
id : yarn-cache-dir-path
75
75
run : echo "::set-output name=dir::$(yarn cache dir)"
98
98
- name : Use Node.js
99
99
uses : actions/setup-node@v1
100
100
with :
101
- node-version : 14.x
101
+ node-version : lts/*
102
102
registry-url : ' https://registry.npmjs.org'
103
103
- name : Get yarn cache directory path
104
104
id : yarn-cache-dir-path
@@ -128,7 +128,7 @@ jobs:
128
128
- name : Use Node.js
129
129
uses : actions/setup-node@v1
130
130
with :
131
- node-version : 14.x
131
+ node-version : lts/*
132
132
registry-url : ' https://registry.npmjs.org'
133
133
- name : Get yarn cache directory path
134
134
id : yarn-cache-dir-path
You can’t perform that action at this time.
0 commit comments