Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make it work in Node 20.1.0
  • Loading branch information
giltayar committed May 6, 2023
1 parent db40dc9 commit 7b0919e
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 349 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
104 changes: 22 additions & 82 deletions example-esm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b0919e

Please sign in to comment.