Skip to content

Commit

Permalink
fix: update devDependencies, enable node17 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Nov 19, 2021
1 parent 82022d4 commit 97e6d5c
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 837 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ workflows:
matrix-tests:
jobs:
# Disabling latest node 17, because of tap-js error
#- node/test:
# version: current
# pkg-manager: npm
- node/test:
version: current
pkg-manager: npm
- node/test:
version: lts
pkg-manager: npm
Expand Down
Loading

0 comments on commit 97e6d5c

Please sign in to comment.