File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424 - uses : actions/setup-node@v6
2525 with :
26- node-version : 22
26+ node-version : 24
2727 - name : Install deps
2828 run : yarn
2929 - name : Lint
4040
4141 - uses : actions/setup-node@v6
4242 with :
43- node-version : 22
43+ node-version : 24
4444 - name : Install deps
4545 run : yarn
4646
7474 name : target
7575 - uses : actions/setup-node@v6
7676 with :
77- node-version : 22
77+ node-version : 24
7878 - name : Install deps
7979 run : |
8080 sudo apt-get install moreutils
@@ -139,7 +139,7 @@ jobs:
139139 name : target
140140 - uses : actions/setup-node@v6
141141 with :
142- node-version : 22
142+ node-version : 24
143143
144144 - name : Codeclimate
145145 uses : paambaati/codeclimate-action@v9.0.0
You can’t perform that action at this time.
0 commit comments