Skip to content

Commit

Permalink
test(init): init test
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Feb 23, 2024
1 parent cf8bc01 commit d07ed0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
Empty file added src/index.ts
Empty file.
3 changes: 3 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test('', () => {
//
});

0 comments on commit d07ed0c

Please sign in to comment.