@@ -31,6 +31,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: npm install --global npm
|
||||
|
||||
- name: Install Worker Dependencies
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user