mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-28 14:21:34 +00:00
fix script
This commit is contained in:
parent
0aa665e014
commit
755fbc035c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-release.yaml
vendored
4
.github/workflows/create-release.yaml
vendored
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: [actions/setup-node](https://github.com/actions/setup-node)@v4
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '20.x'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue