Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Nov 13, 2023
1 parent 9c124fc commit f4030de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate node executable:

```
$ conan install --requires=kth/0.40.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.41.0 --update --deploy=direct_deploy
```

Expand Down
28 changes: 0 additions & 28 deletions conan.lock

This file was deleted.

2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def dont_compile(self, options, settings):

def requirements(self):
if not self.options.no_compilation and self.settings.get_safe("compiler") is not None:
self.requires("node/0.40.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.41.0", transitive_headers=True, transitive_libs=True)

def validate(self):
KnuthConanFileV2.validate(self)
Expand Down

0 comments on commit f4030de

Please sign in to comment.