declapract-typescript-ehmpathy 0.37.3 → 0.37.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,11 +76,14 @@ jobs:
76
76
  - name: checkout
77
77
  uses: actions/checkout@v3
78
78
 
79
- - name: set node-version
79
+ - name: set node version
80
80
  uses: actions/setup-node@v3
81
81
  with:
82
82
  node-version-file: '.nvmrc'
83
83
 
84
+ - name: set terraform version
85
+ uses: hashicorp/setup-terraform@v3
86
+
84
87
  - name: get node-modules from cache
85
88
  uses: actions/cache/restore@v4
86
89
  with:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.37.3",
5
+ "version": "0.37.4",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",