File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121 fetch-depth : 0
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 registry-url : ' https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN
2626 node-version : 22
Original file line number Diff line number Diff line change 1313 - name : checkout
1414 uses : actions/checkout@v4
1515 - name : setup Node.js ${{ matrix.node_version }}
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@v6
1717 with :
1818 node-version : ${{ matrix.node_version }}
1919 - name : Install
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Setup Node.js
14- uses : actions/setup-node@v4
14+ uses : actions/setup-node@v6
1515 with :
1616 node-version : 22
1717 - name : Set Env
You can’t perform that action at this time.
0 commit comments