Process HTML for better web typography.

Use Node 20 in release workflow

tidaltheory.io 4ce05bf8 96de264d

verified
Changed files
+2 -2
.github
workflows
+2 -2
.github/workflows/release.yml
··· 19 19 with: 20 20 version: 10 21 21 22 - - name: Setup Node.js 18.x 22 + - name: Setup Node.js 20.x 23 23 uses: actions/setup-node@v3.9.1 24 24 with: 25 - node-version: 18.x 25 + node-version: 20.x 26 26 cache: pnpm 27 27 28 28 - name: Install dependencies