@@ -34,7 +34,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: npm install --global npm
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: Install Worker Dependencies
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user