File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [main, master ]
5+ branches : [main]
66 pull_request :
7- branches : [main, master ]
7+ branches : [main]
88
99jobs :
1010 build :
2222 - uses : actions/checkout@v6
2323
2424 - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828 cache : " npm"
Original file line number Diff line number Diff line change 2929 fi
3030
3131 - name : Use Node.js 22
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@v6
3333 with :
3434 node-version : 22
3535 cache : " npm"
8989 - uses : actions/checkout@v4
9090
9191 - name : Use Node.js 22
92- uses : actions/setup-node@v4
92+ uses : actions/setup-node@v6
9393 with :
9494 node-version : 22
9595 cache : " npm"
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Use Node.js 22
30- uses : actions/setup-node@v4
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : 22
3333 cache : " npm"
You can’t perform that action at this time.
0 commit comments