Skip to content

Commit

Permalink
feat(repo): update installation version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesousa committed Jan 14, 2022
1 parent b970622 commit cad52df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Debian:
pkg:
version: 16.13.1-deb-1nodesource1
version: 16.13.2-deb-1nodesource1
deps:
- pkg-config
- build-essential
Expand Down
2 changes: 1 addition & 1 deletion test/salt/pillar/repo.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node:
pkg:
use_upstream_repo: true # Debian family only
{%- if salt['grains.get']('osfinger') in ['Debian-9','Ubuntu-18.04'] %}
version: 16.13.1-1nodesource1
version: 16.13.2-1nodesource1
{%- endif %}
config:
prefix: /home/vagrant/.npm-packages
Expand Down

0 comments on commit cad52df

Please sign in to comment.