From ead049c331df1e40c41c15f6174ba4a4792b3be7 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:24:30 +0100 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773f36a..d697673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - add-tests + - master pull_request: jobs: @@ -17,7 +17,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '22' # Use the appropriate version for your project + node-version: '20' # Use the appropriate version for your project - name: Clone Zotero Plugin Scaffold # TEMP: Use the official repository once the PR is merged run: |