Skip to content

Commit

Permalink
refactor: Moved to redis-semaphore package for lock support
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Dec 26, 2024
1 parent 6477a3f commit 2e55fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # Use the PAT for checkout
fetch-depth: '0'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '20'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 2e55fba

Please sign in to comment.