From c1ac0a560927b419daa0fae06dd957eb0c6a685d Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 7 Feb 2024 10:37:42 +0200 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be37af..e28fd6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 'lts' + node-version: 'latest' - name: 📦 Install dependencies run: npm ci