diff options
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 535c7b3..9768ad6 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml | |||
| @@ -49,7 +49,7 @@ jobs: | |||
| 49 | - name: Setup Node | 49 | - name: Setup Node |
| 50 | uses: actions/setup-node@v6 | 50 | uses: actions/setup-node@v6 |
| 51 | with: | 51 | with: |
| 52 | node-version: 20 | 52 | node-version: 'lts/*' |
| 53 | cache: 'pnpm' | 53 | cache: 'pnpm' |
| 54 | cache-dependency-path: doc/pnpm-lock.yaml | 54 | cache-dependency-path: doc/pnpm-lock.yaml |
| 55 | 55 | ||
