[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: run tests on node 18

Daniel Roe (Sep 21, 2024, 8:41 PM +0100) 3e484111 8597a0c4

+2 -2
+2 -2
.github/workflows/ci.yml
··· 19 19 20 20 - uses: actions/setup-node@v3 21 21 with: 22 - node-version: "16" 22 + node-version: 18 23 23 cache: "pnpm" 24 24 25 25 - name: Install dependencies ··· 38 38 39 39 - uses: actions/setup-node@v3 40 40 with: 41 - node-version: "16" 41 + node-version: 18 42 42 cache: "pnpm" 43 43 44 44 - name: Install dependencies