[READ-ONLY] Mirror of https://github.com/probablykasper/sveltekit-template.
svelte sveltekit template typescript
0

Configure Feed

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

Update CI to Node 18

authored by

Kasper and committed by
GitHub
(Dec 11, 2022, 10:12 AM +0100) 76139561 a99151f4

+3 -3
+3 -3
.github/workflows/test.yml
··· 11 11 runs-on: ubuntu-latest 12 12 steps: 13 13 - name: Checkout repository 14 - uses: actions/checkout@v2 14 + uses: actions/checkout@v3 15 15 16 16 - name: Node.js setup 17 - uses: actions/setup-node@v1 17 + uses: actions/setup-node@v3 18 18 with: 19 - node-version: 16 19 + node-version: 18 20 20 21 21 - run: npm install 22 22