@ivuorinen/base-configs 1.2.4 → 1.3.0

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.
@@ -26,7 +26,7 @@ jobs:
26
26
  persist-credentials: false
27
27
 
28
28
  - name: Setup Node.js Environment
29
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
29
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
30
30
  with:
31
31
  node-version-file: '.nvmrc'
32
32
 
@@ -54,7 +54,7 @@ jobs:
54
54
  persist-credentials: false
55
55
 
56
56
  - name: Setup Node.js Environment
57
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
57
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
58
58
  with:
59
59
  # No always-auth / NPM_TOKEN: the package is published via npm Trusted
60
60
  # Publishing (OIDC), which uses the id-token below instead of a token.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "1.2.4",
3
+ "version": "1.3.0",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {