From 2e610a8e952ebdba5e97c2efea586d0c5a9d258d Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 29 May 2024 19:30:06 +0100 Subject: [PATCH] Update node-version to 18.0.x --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8433586..6ac008a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v2 - name: 🔧 Setup node uses: https://github.com/actions/setup-node@v4 + with: + node-version: '18.0.x' - name: 🧱 Install node packages run: npm ci - name: ✅ svelte-check