@codfish/actions 3.3.2 → 4.0.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.
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Composite GitHub Actions for my projects.",
|
|
5
5
|
"author": "Chris O'Donnell <chris@codfish.dev>",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"version": "
|
|
7
|
+
"version": "4.0.0",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/codfish/actions.git"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"lint-staged": "^16.3.2",
|
|
39
39
|
"prettier": "^3.8.1"
|
|
40
40
|
},
|
|
41
|
-
"packageManager": "pnpm@10.
|
|
41
|
+
"packageManager": "pnpm@10.33.0",
|
|
42
42
|
"commitlint": {
|
|
43
43
|
"extends": [
|
|
44
44
|
"./node_modules/@codfish/eslint-config/commitlint.js"
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
"minimatch@<3.1.4": ">=3.1.4",
|
|
61
61
|
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
|
|
62
62
|
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
|
|
63
|
-
"underscore@<=1.13.7": ">=1.13.8"
|
|
63
|
+
"underscore@<=1.13.7": ">=1.13.8",
|
|
64
|
+
"flatted@<3.4.0": ">=3.4.0"
|
|
64
65
|
}
|
|
65
66
|
}
|
|
66
67
|
}
|
|
@@ -26,7 +26,7 @@ inputs:
|
|
|
26
26
|
description:
|
|
27
27
|
Whether to upgrade npm to v11.5.1. This is required for OIDC trusted publishing but can be disabled if you want to
|
|
28
28
|
shave off some run time and you are still using token-based authentication.
|
|
29
|
-
default:
|
|
29
|
+
default: false
|
|
30
30
|
|
|
31
31
|
outputs:
|
|
32
32
|
node-version:
|
|
@@ -83,7 +83,7 @@ runs:
|
|
|
83
83
|
|
|
84
84
|
- name: Install pnpm
|
|
85
85
|
if: steps.detect-package-manager.outputs.package-manager == 'pnpm'
|
|
86
|
-
uses: pnpm/action-setup@
|
|
86
|
+
uses: pnpm/action-setup@v5
|
|
87
87
|
id: pnpm-setup
|
|
88
88
|
with:
|
|
89
89
|
run_install: false
|