create-node-lib 2.19.8 → 2.19.9

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.
@@ -24,8 +24,8 @@ jobs:
24
24
  name: Tests - Node ${{ matrix.node }} (${{ matrix.platform }})
25
25
  runs-on: ${{ matrix.platform }}
26
26
  steps:
27
- - uses: actions/checkout@v3
28
- - uses: actions/setup-node@v3
27
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
29
29
  with:
30
30
  node-version: ${{ matrix.node }}
31
31
  - name: install dependencies
@@ -48,8 +48,8 @@ jobs:
48
48
  pull-requests: write
49
49
  id-token: write
50
50
  steps:
51
- - uses: actions/checkout@v3
52
- - uses: actions/setup-node@v3
51
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
53
53
  with:
54
54
  node-version: '24'
55
55
  registry-url: 'https://registry.npmjs.org'
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.19.9](https://github.com/lirantal/create-node-lib/compare/v2.19.8...v2.19.9) (2026-05-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Change event trigger from pull_request_target to pull_request ([f1e26db](https://github.com/lirantal/create-node-lib/commit/f1e26db2c25e9b857e9514d8b21795c7b2a46ae1))
7
+
1
8
  ## [2.19.8](https://github.com/lirantal/create-node-lib/compare/v2.19.7...v2.19.8) (2026-05-23)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.19.8",
3
+ "version": "2.19.9",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
@@ -1,6 +1,6 @@
1
1
  name: "Pull Request Labeler"
2
2
 
3
- on: pull_request_target
3
+ on: pull_request
4
4
 
5
5
  jobs:
6
6
  label: