File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 7777 steps :
7878 - name : " Checkout code"
7979 uses : actions/checkout@v5
80+ - uses : actions/setup-node@v4
81+ with :
82+ node-version : 22
83+ registry-url : ' https://npm.pkg.github.com'
8084 - name : " Cache node_modules"
8185 uses : actions/cache@v4
8286 with :
@@ -115,6 +119,10 @@ jobs:
115119 steps :
116120 - name : " Checkout code"
117121 uses : actions/checkout@v5
122+ - uses : actions/setup-node@v4
123+ with :
124+ node-version : 22
125+ registry-url : ' https://npm.pkg.github.com'
118126 - name : " Cache node_modules"
119127 uses : actions/cache@v4
120128 with :
@@ -141,6 +149,10 @@ jobs:
141149 steps :
142150 - name : " Checkout code"
143151 uses : actions/checkout@v5
152+ - uses : actions/setup-node@v4
153+ with :
154+ node-version : 22
155+ registry-url : ' https://npm.pkg.github.com'
144156 - name : " Cache node_modules"
145157 uses : actions/cache@v4
146158 with :
You can’t perform that action at this time.
0 commit comments