Skip to content

Commit 7355348

Browse files
authored
Last fix in block_rules action (#10559)
1 parent b7a32fa commit 7355348

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/block_rules.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 14
19+
node-version: 20
2020

2121
- name: Install dependencies
2222
run: npm install
@@ -38,6 +38,8 @@ jobs:
3838
commit-message: Update block rules for Manifest V3
3939
branch: update-block-rules
4040
title: Update manifest V3 block rules
41+
add-paths: |
42+
src/rules.json
4143
body: |
4244
This pull request updates the block rules based on the latest changes.
4345
Files changed:

0 commit comments

Comments
 (0)