File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 registry-url :
66 description : npm registry URL (set for publish steps)
77 required : false
8- default : " "
8+ default : ' '
99
1010runs :
1111 using : composite
1515 run : corepack enable
1616
1717 - name : Setup Node.js Environment
18- uses : actions/setup-node@v4
18+ uses : actions/setup-node@v6
1919 with :
20- node-version-file : " .nvmrc"
20+ node-version-file : ' .nvmrc'
2121 registry-url : ${{ inputs.registry-url || '' }}
2222
2323 - name : Install yarn with Corepack
Original file line number Diff line number Diff line change 1212 FORCE_COLOR : 1
1313 NODE_OPTIONS : " --max-old-space-size=6144"
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : ./.github/actions/setup
1717
1818 - name : Run lint
Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : write
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 token : ${{ secrets.BOLT_CI_GITHUB_TOKEN }}
3535 GITHUB_TOKEN : ${{ secrets.BOLT_CI_GITHUB_TOKEN }}
3636
3737 - name : Setup npm registry
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v6
3939 with :
4040 registry-url : " https://registry.npmjs.org"
4141
You can’t perform that action at this time.
0 commit comments