mirror of https://github.com/Jackett/Jackett
parent
82a087b6a5
commit
08db3ab3cf
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18.18.2'
|
node-version: '18.x'
|
||||||
|
|
||||||
# This step installs the octokit library. The script that this workflow will run uses the octokit library.
|
# This step installs the octokit library. The script that this workflow will run uses the octokit library.
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in New Issue