Skip to content

Commit

Permalink
Merge pull request #37 from sineverba/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
sineverba committed Jul 26, 2023
2 parents 49a60fd + 14b0bbe commit 37261f6
Show file tree
Hide file tree
Showing 8 changed files with 879 additions and 1,073 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:

test:
docker:
- image: cimg/node:18.15.0
- image: cimg/node:18.17.0

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.15.0
v18.17.0
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Next version
+ Add Cucumber
+ Upgrade dependencies

## 2.0.0
+ Fix code smell
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar:
--name sonarscanner \
-v $(PWD):/usr/src \
-e SONAR_HOST_URL=$(SONAR_HOST_URL) \
-e SONAR_LOGIN=$(SONAR_TOKEN) \
-e SONAR_TOKEN=$(SONAR_TOKEN) \
sonarsource/sonar-scanner-cli:$(SONARSCANNER_VERSION)

upgrade:
Expand Down

0 comments on commit 37261f6

Please sign in to comment.