diff options
| author | Dania Rifki <atomicnumberphi@gmail.com> | 2026-02-25 09:44:26 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-02-25 10:07:31 +0800 |
| commit | c54df2de90b47cd90ae4d000b5262a947b71767a (patch) | |
| tree | 1b15c363e85679d9f33af96ce00e9274b2d03bdf /.github/workflows/static.yml | |
| parent | 74099fc62a1083aa4c308db1d0b642bcbb79713f (diff) | |
| download | yuescript-c54df2de90b47cd90ae4d000b5262a947b71767a.tar.gz yuescript-c54df2de90b47cd90ae4d000b5262a947b71767a.tar.bz2 yuescript-c54df2de90b47cd90ae4d000b5262a947b71767a.zip | |
Use lts node version
Diffstat (limited to '.github/workflows/static.yml')
| -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 | ||
