File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v2
24
24
- name : Install and run lint
25
- uses : actions/setup-node@v2
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
28
cache : ' npm'
40
40
steps :
41
41
- uses : actions/checkout@v2
42
42
- name : Install, build and run test
43
- uses : actions/setup-node@v2
43
+ uses : actions/setup-node@v4
44
44
with :
45
45
node-version : ${{ matrix.node-version }}
46
46
cache : ' npm'
66
66
token : ${{ secrets.PAT_TOKEN }}
67
67
fetch-depth : 0
68
68
- name : Install, build, configure git and lerna publish
69
- uses : actions/setup-node@v2
69
+ uses : actions/setup-node@v4
70
70
with :
71
71
node-version : ${{ matrix.node-version }}
72
72
cache : ' npm'
@@ -110,7 +110,7 @@ jobs:
110
110
steps :
111
111
- uses : actions/checkout@v2
112
112
- name : update-playground
113
- uses : actions/setup-node@v2
113
+ uses : actions/setup-node@v4
114
114
with :
115
115
node-version : ${{ matrix.node-version }}
116
116
cache : ' npm'
You can’t perform that action at this time.
0 commit comments