Skip to content

Commit

Permalink
fix: Add File support in tests for node 18
Browse files Browse the repository at this point in the history
ngocphuongnb committed Jul 5, 2024
1 parent 5fc3c89 commit 31c56ec
Showing 5 changed files with 363 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: ['20']
node: ['18', '20', '22']
steps:
- uses: actions/checkout@v4
- name: Set up Node
Loading

0 comments on commit 31c56ec

Please sign in to comment.