diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a7167f..d789b32a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 diff --git a/webpack.common.js b/webpack.common.js index 190b7c6d..98f813c7 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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: {