Update packages (#5)

Reviewed-on: quartznet/quartznet.info#5
This commit is contained in:
2024-05-29 14:37:28 -04:00
parent 36085a3c18
commit 3ff967529f
4 changed files with 731 additions and 1477 deletions

View File

@ -15,7 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🔧 Setup node
uses: https://github.com/actions/setup-node@v3
uses: https://github.com/actions/setup-node@v4
with:
node-version: '18.0.x'
- name: 🧱 Install node packages
run: npm ci
- name: ✅ svelte-check