Skip to content

Commit 76cf77b

Browse files
committed
chore: codegen and some updates to workflows
1 parent 195f65c commit 76cf77b

File tree

7 files changed

+182
-543
lines changed

7 files changed

+182
-543
lines changed

.github/workflows/release-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
fi
5757
fi
5858
echo "::set-output name=newTag::$(node -p "require('./package.json').version")"
59+
- name: Bump bower etc
60+
run: npm run preversion
5961
- name: Build project
6062
run: npm run build
6163
- name: Run unit tests

.github/workflows/run-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- "*/*"
88
- "**"
99
- "!sponsors"
10-
- "!release/**"
1110

1211
permissions:
1312
contents: read

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios",
33
"main": "./dist/axios.js",
4-
"version": "1.13.3",
4+
"version": "1.13.4",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

lib/env/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.13.3";
1+
export const VERSION = "1.13.4";

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "22"
2+
node = "24"

0 commit comments

Comments
 (0)