Skip to content

Commit 2463991

Browse files
authored
use node 18 (#343)
* use node 18 * Update webpack.common.js
1 parent c0d9ee9 commit 2463991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
), // Hack to allow creating the client in a browser
2121
express: false,
2222
net: 'net-browserify',
23-
fs: 'memfs',
23+
fs: false,
2424
jose: false
2525
},
2626
fallback: {

0 commit comments

Comments
 (0)