This commit is contained in:
@@ -11,15 +11,15 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
uses: https://git.keligrubb.com/actions/checkout@v6
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v6
|
||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24'
|
||||
|
||||
- name: Cache npm and Renovate
|
||||
uses: actions/cache@v5
|
||||
uses: https://git.keligrubb.com/actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
|
||||
Reference in New Issue
Block a user