Skip to content

Commit a9e4ee1

Browse files
committed
Pin Bob's version to v4.
1 parent 83b8d80 commit a9e4ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '24'
1717
registry-url: https://registry.npmjs.org
18-
- run: npm install -g bob
18+
- run: npm install -g bob@4
1919
- run: npm install
2020
- run: bob publish
2121
env:

.github/workflows/upgrade-deps-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: '24'
1515
- run: git config --global user.email "[email protected]"
1616
- run: git config --global user.name "pakkunbot"
17-
- run: npm install -g bob
17+
- run: npm install -g bob@4
1818
- run: bob updep build
1919
- run: git commit -am "Upgrade dependencies to latest"
2020
- uses: ad-m/[email protected]

0 commit comments

Comments
 (0)