mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-04-17 06:13:00 -04:00
node 20 seems to fail with the updated jsdom, locally I had tested with 18 - lets downgrade till we can find a solution
This commit is contained in:
parent
bb4a3a09b0
commit
37871eac69
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'js/package-lock.json'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user