use node 18 (#343)

* use node 18

* Update webpack.common.js
This commit is contained in:
Romain Beaumont 2023-04-09 00:34:33 +02:00 committed by GitHub
commit 24639915ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v2

View file

@ -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: {