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 34
34
uses : actions/checkout@v4
35
35
36
36
- name : Install Node.js ${{ matrix.node-version }}
37
- uses : actions/setup-node@v3
37
+ uses : actions/setup-node@v4
38
38
with :
39
39
node-version : ${{ matrix.node-version }}
40
40
cache : npm
72
72
uses : actions/checkout@v4
73
73
74
74
- name : Install Node.js
75
- uses : actions/setup-node@v3
75
+ uses : actions/setup-node@v4
76
76
with :
77
77
node-version : " 20"
78
78
cache : npm
@@ -122,7 +122,7 @@ jobs:
122
122
uses : actions/checkout@v4
123
123
124
124
- name : Install Node.js ${{ matrix.node-version }}
125
- uses : actions/setup-node@v3
125
+ uses : actions/setup-node@v4
126
126
with :
127
127
node-version : ${{ matrix.node-version }}
128
128
@@ -207,7 +207,7 @@ jobs:
207
207
uses : actions/checkout@v4
208
208
209
209
- name : Install Node.js
210
- uses : actions/setup-node@v3
210
+ uses : actions/setup-node@v4
211
211
with :
212
212
node-version : " 20"
213
213
You can’t perform that action at this time.
0 commit comments