File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818 - name : Node.js
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : lts/*
2222 cache : ' npm'
Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818
1919 - name : Node.js
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : lts/*
2323 cache : ' npm'
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0
2727 - name : Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : ${{ matrix.node-version }}
3131 cache : ' npm'
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Node.js
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v6
2222 with :
2323 node-version : lts/*
2424 cache : ' npm'
Original file line number Diff line number Diff line change 3636 - name : Checkout tag for manual publish
3737 if : github.event_name == 'workflow_dispatch'
3838 run : git checkout ${{ github.event.inputs.tag }}
39- - uses : actions/setup-node@v4
39+ - uses : actions/setup-node@v6
4040 with :
4141 node-version : ' *'
4242 cache : ' npm'
Original file line number Diff line number Diff line change 3535 with :
3636 fetch-depth : 0
3737 - name : Node.js ${{ matrix.node-version }}
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v6
3939 with :
4040 node-version : ${{ matrix.node-version }}
4141 cache : ' npm'
7373 with :
7474 fetch-depth : 0
7575 - name : Node.js 18.14.0
76- uses : actions/setup-node@v4
76+ uses : actions/setup-node@v6
7777 with :
7878 node-version : 18.14.0
7979 cache : ' npm'
You can’t perform that action at this time.
0 commit comments