Skip to content

Commit ee27eb9

Browse files
authored
Use Node.js' built-in test runner (#78)
1 parent 608e142 commit ee27eb9

File tree

6 files changed

+162
-1852
lines changed

6 files changed

+162
-1852
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node }}
2323
check-latest: true
24-
cache: npm
25-
26-
- name: Install dependencies
27-
run: npm ci
2824

2925
- name: Run tests
3026
run: npm test

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/node_modules/
1+
node_modules
2+
package-lock.json

0 commit comments

Comments
 (0)