|
@@ -20,13 +20,13 @@ jobs:
|
|
|
steps:
|
|
steps:
|
|
|
- uses: smorimoto/tune-github-hosted-runner-network@v1
|
|
- uses: smorimoto/tune-github-hosted-runner-network@v1
|
|
|
# https://github.com/actions/runner-images/issues/1187
|
|
# https://github.com/actions/runner-images/issues/1187
|
|
|
- - uses: actions/checkout@v4
|
|
|
|
|
|
|
+ - uses: actions/checkout@v5
|
|
|
with:
|
|
with:
|
|
|
persist-credentials: false
|
|
persist-credentials: false
|
|
|
- uses: pnpm/action-setup@v4
|
|
- uses: pnpm/action-setup@v4
|
|
|
with:
|
|
with:
|
|
|
run_install: false
|
|
run_install: false
|
|
|
- - uses: actions/setup-node@v4
|
|
|
|
|
|
|
+ - uses: actions/setup-node@v5
|
|
|
with:
|
|
with:
|
|
|
node-version-file: ".node-version"
|
|
node-version-file: ".node-version"
|
|
|
cache: "pnpm"
|
|
cache: "pnpm"
|