File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v5
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : ' 24.x '
15+ node-version-file : ' .tool-versions '
1616 registry-url : ' https://registry.npmjs.org'
1717 - run : npm version from-git --git-tag-version=false
1818 - run : npm ci
3636 bun-version-file : " .tool-versions"
3737 - uses : actions/setup-node@v6
3838 with :
39- node-version : ' 24.x '
39+ node-version-file : ' .tool-versions '
4040 registry-url : ' https://registry.npmjs.org'
4141 - run : npm ci
4242 working-directory : .
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v5
1212 - uses : actions/setup-node@v6
1313 with :
14- node-version : ' 24.x '
14+ node-version-file : ' .tool-versions '
1515 registry-url : ' https://registry.npmjs.org'
1616 - run : npm ci
1717 - run : npm run build
3939 bun-version-file : " .tool-versions"
4040 - uses : actions/setup-node@v6
4141 with :
42- node-version : ' 24.x '
42+ node-version-file : ' .tool-versions '
4343 registry-url : ' https://registry.npmjs.org'
4444 - run : npm ci
4545 working-directory : .
You can’t perform that action at this time.
0 commit comments