parent
c0d9ee982a
commit
24639915ec
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
node-version: [18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const config = {
|
|||
), // Hack to allow creating the client in a browser
|
||||
express: false,
|
||||
net: 'net-browserify',
|
||||
fs: 'memfs',
|
||||
fs: false,
|
||||
jose: false
|
||||
},
|
||||
fallback: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue