File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 2
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212 - run : npm audit
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 2
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212 - uses : actions/cache@v1
1313 with :
1414 path : node_modules
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 2
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212 - uses : actions/cache@v1
1313 with :
1414 path : node_modules
Original file line number Diff line number Diff line change 1010 id-token : write # The OIDC ID token is used for authentication with JSR.
1111 steps :
1212 - uses : actions/checkout@v4
13+ - uses : actions/cache@v1
14+ with :
15+ path : node_modules
16+ key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
17+ restore-keys : |
18+ ${{ runner.OS }}-build-${{ env.cache-name }}-
19+ ${{ runner.OS }}-build-
20+ ${{ runner.OS }}-
21+ - run : npm install
1322 - run : npx jsr publish
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 2
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212 - uses : actions/cache@v1
1313 with :
1414 path : node_modules
You can’t perform that action at this time.
0 commit comments