We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74099fc commit c54df2dCopy full SHA for c54df2d
.github/workflows/static.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Setup Node
50
uses: actions/setup-node@v6
51
with:
52
- node-version: 20
+ node-version: 'lts/*'
53
cache: 'pnpm'
54
cache-dependency-path: doc/pnpm-lock.yaml
55
0 commit comments