ci: Use 20.17 for builds
This commit is contained in:
parent
afbeda159b
commit
08adb43d63
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '20.17'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
**/package-lock.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue