[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-pre-hydrate.
0

Configure Feed

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

ci: run tests on node 18 (#119)

authored by

Daniel Roe and committed by
GitHub
(Dec 13, 2023, 5:05 PM UTC) 861da835 1e1f7e04

+3 -3
+1 -1
.github/workflows/autofix.yml
··· 17 17 - run: corepack enable 18 18 - uses: actions/setup-node@v3 19 19 with: 20 - node-version: 16 20 + node-version: 18 21 21 cache: "pnpm" 22 22 23 23 - name: 📦 Install dependencies
+2 -2
.github/workflows/ci.yml
··· 17 17 - run: corepack enable 18 18 - uses: actions/setup-node@v3 19 19 with: 20 - node-version: 16 20 + node-version: 18 21 21 cache: "pnpm" 22 22 23 23 - name: 📦 Install dependencies ··· 37 37 - run: corepack enable 38 38 - uses: actions/setup-node@v3 39 39 with: 40 - node-version: 16 40 + node-version: 18 41 41 cache: "pnpm" 42 42 43 43 - name: 📦 Install dependencies