Skip to content

Commit

Permalink
feat(node): support node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Aug 8, 2023
1 parent d69b4aa commit 8dd7d1b
Show file tree
Hide file tree
Showing 3 changed files with 7,359 additions and 4,943 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 8dd7d1b

Please sign in to comment.