File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ jobs:
1616 issues : write
1717 if : github.repository == 'line/line-bot-mcp-server'
1818 steps :
19- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
20- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2121 with :
2222 node-version : ' 24'
23+ # Enable this when setup-node v5 is released
24+ # package-manager-cache: false
2325
2426 - name : Run npm audit and check diff
2527 id : audit
Original file line number Diff line number Diff line change 2222 with :
2323 node-version : 24
2424 registry-url : ' https://registry.npmjs.org'
25+ # Enable this when setup-node v5 is released, and release is broken
26+ # package-manager-cache: false
2527 - run : npm install
2628 - name : Update version in package.json, package-lock.json
2729 run : |
Original file line number Diff line number Diff line change 3131 with :
3232 node-version : ${{ matrix.node }}
3333 cache : ' npm'
34+ # Enable this when setup-node v5 is released, and release is broken
35+ # package-manager-cache: false
3436 - name : Install Dependency
3537 run : npm ci
3638 - name : Build
You can’t perform that action at this time.
0 commit comments