Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- run: yarn
- name: Building
run: yarn build
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- uses: actions/download-artifact@v4
with:
name: octicons-build
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- uses: actions/download-artifact@v4
with:
name: octicons-build
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- uses: actions/download-artifact@v4
with:
name: octicons-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- run: npm install
- run: npm run svgo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@github/prettier-config": "0.0.6",
"ava": "2.1.0",
"ava": "6.4.1",
"braces": "2.3.1",
"cheerio": "1.0.0-rc.3",
"eslint": "8.57.1",
Expand All @@ -26,8 +26,8 @@
"fs-extra": "7.0.1",
"globby": "11.0.0",
"js-yaml": "3.13.1",
"prettier": "3.4.1",
"lodash.merge": "4.6.2",
"prettier": "3.4.1",
"svgo": "3.0.2",
"svgson": "5.2.1",
"trim-newlines": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/build.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The actual snapshot is saved in `build.js.snap`.

Generated by [AVA](https://ava.li).
Generated by [AVA](https://avajs.dev).

## builds an object with the correct shape

Expand Down
Binary file modified tests/snapshots/build.js.snap
Binary file not shown.
2,777 changes: 708 additions & 2,069 deletions yarn.lock

Large diffs are not rendered by default.