From 151e6189131c4ea6891ad02b1ab16762aeac79bd Mon Sep 17 00:00:00 2001 From: Maece Fischer Date: Mon, 18 Mar 2024 22:04:02 +0100 Subject: [PATCH] change node version --- .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 41a4594d..d0a6a0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: '20.11.1' + node-version: '20.x' - name: Install node modules run: npm install