@daiyam/artifact-lang-js 0.12.0 → 0.12.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "The base configuration for my javascript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "1fd9bedb284bd66dbc50e8d749316fb5a949455d"
34
+ "gitHead": "ab8a8d7829f0ec3e70688eab84ac9632f700b959"
35
35
  }
@@ -27,6 +27,7 @@ jobs:
27
27
  uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
28
28
  with:
29
29
  node-version-file: .nvmrc
30
+ package-manager-cache: false
30
31
 
31
32
  - name: Install dependencies
32
33
  run: |
@@ -27,6 +27,7 @@ jobs:
27
27
  uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
28
28
  with:
29
29
  node-version-file: .nvmrc
30
+ package-manager-cache: false
30
31
 
31
32
  - name: Install dependencies
32
33
  run: |