Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Dec 8, 2024
1 parent f962547 commit ead049c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- add-tests
- master
pull_request:

jobs:
Expand All @@ -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: |
Expand Down

0 comments on commit ead049c

Please sign in to comment.