Skip to content

Commit

Permalink
use node 18 (#343)
Browse files Browse the repository at this point in the history
* use node 18

* Update webpack.common.js
  • Loading branch information
rom1504 authored Apr 8, 2023
1 parent c0d9ee9 commit 2463991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2463991

Please sign in to comment.