Skip to content

Commit a72efec

Browse files
Bump version (#2089)
1 parent 79f04af commit a72efec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
auto-approve:
99
if: |
10-
github.actor == 'bluefoxbot' &&
10+
github.actor == 'foxbot76' &&
1111
github.event.label.name == 'automated pr 🔧'
1212
1313
runs-on: ubuntu-latest

.github/workflows/test-and-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121
BODY="${BODY//$'\r'/'%0D'}"
122122
echo "::set-output name=BODY::$BODY"
123123
124+
- name: Update npm to latest version
125+
if: steps.automerge.outputs.mergeResult == 'merged'
126+
run: npm install -g npm@latest
127+
124128
- name: Install Dependencies
125129
if: steps.automerge.outputs.mergeResult == 'merged'
126130
run: npm ci

0 commit comments

Comments
 (0)