From 24639915ecdc94467fe9fd734ebe99dac1628ebe Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 9 Apr 2023 00:34:33 +0200 Subject: [PATCH] use node 18 (#343) * use node 18 * Update webpack.common.js --- .github/workflows/ci.yml | 2 +- webpack.common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a7167fc..d789b32a5 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 190b7c6d9..98f813c7b 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: {