Skip to content

Commit 91b90aa

Browse files
Release 14.13.0
2 parents 933429e + 4bb270c commit 91b90aa

8 files changed

Lines changed: 150 additions & 267 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
persist-credentials: false
2323
# Fetch everything so we can checkout master
2424
fetch-depth: 0
25-
- name: Use Node.js 20.x
25+
- name: Use Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20.x
28+
node-version: 22.x
2929
- name: Cache dependencies
3030
uses: actions/cache@v4
3131
with:

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17-
- name: Use Node.js 20.x
17+
- name: Use Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
- name: Cache dependencies
2222
uses: actions/cache@v4
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
name: GitHub release
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/create-github-app-token@v1
44+
- uses: actions/create-github-app-token@v2
4545
id: app-token
4646
if: github.ref == 'refs/heads/master'
4747
with:
@@ -58,10 +58,10 @@ jobs:
5858
run: |
5959
git config user.name "simple-icons[bot]"
6060
git config user.email "simple-icons[bot]@users.noreply.github.com"
61-
- name: Use Node.js 20.x
61+
- name: Use Node.js
6262
uses: actions/setup-node@v4
6363
with:
64-
node-version: 20.x
64+
node-version: 22.x
6565
- name: Cache dependencies
6666
uses: actions/cache@v4
6767
with:

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 15
1212
steps:
13-
- uses: actions/create-github-app-token@v1
13+
- uses: actions/create-github-app-token@v2
1414
id: app-token
1515
with:
1616
app-id: ${{ vars.BOT_APP_ID }}
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v4
2222
- name: Renovate
23-
uses: renovatebot/github-action@v40.3.4
23+
uses: renovatebot/github-action@v41.0.22
2424
with:
2525
configurationFile: .github/renovate.json5
2626
token: ${{ steps.app-token.outputs.token }}

.github/workflows/verify.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
- name: Use Node.js 20.x
19+
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 22.x
2323
- name: Cache dependencies
2424
uses: actions/cache@v4
2525
with:
@@ -42,10 +42,10 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4
45-
- name: Use Node.js 20.x
45+
- name: Use Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: 20.x
48+
node-version: 22.x
4949
- name: Cache dependencies
5050
uses: actions/cache@v4
5151
with:
@@ -64,10 +64,10 @@ jobs:
6464
steps:
6565
- name: Checkout
6666
uses: actions/checkout@v4
67-
- name: Use Node.js 20.x
67+
- name: Use Node.js
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: 20.x
70+
node-version: 22.x
7171
- name: Cache dependencies
7272
uses: actions/cache@v4
7373
with:

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname $0)/_/husky.sh"
3-
41
npm run format
5-
git add .
2+
git add -u

0 commit comments

Comments
 (0)