Skip to content

Commit d8d83ba

Browse files
Merge remote-tracking branch 'origin/HEAD' into setup/ci/run-tests-only-for-changed-recipes
2 parents 067c2c6 + 3f2c982 commit d8d83ba

3 files changed

Lines changed: 42 additions & 38 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@ on:
88
push:
99
branches: ["*"]
1010
paths:
11+
- "recipes/**/*.js"
1112
- "recipes/**/*.ts"
1213
- "recipes/**/package.json"
14+
- "utils/**/*.js"
1315
- "utils/**/*.ts"
1416
- "utils/package.json"
1517
- "package.json"
1618
- ".github/workflows/ci.yml"
1719
pull_request:
1820
branches: ["*"]
1921
paths:
22+
- "recipes/**/*.js"
2023
- "recipes/**/*.ts"
2124
- "recipes/**/package.json"
25+
- "utils/**/*.js"
2226
- "utils/**/*.ts"
23-
- "utils/package.json"
27+
- "utils/**/package.json"
2428
- "package.json"
2529
- ".github/workflows/ci.yml"
2630
types:

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://nodejs.org/learn/userland-migrations",
2828
"devDependencies": {
29-
"@biomejs/biome": "2.4.12",
29+
"@biomejs/biome": "2.4.13",
3030
"@types/node": "^25.6.0",
3131
"@typescript/native-preview": "^7.0.0-dev.20260426.1"
3232
},

0 commit comments

Comments
 (0)