Skip to content

Commit 06796fa

Browse files
committed
update deps, workflows, tests, bump
1 parent 2dd1882 commit 06796fa

13 files changed

+1330
-1731
lines changed

.github/workflows/badges.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ on:
1010
- README.md
1111
- package.json
1212
- .github/workflows/badges.yml
13+
pull_request:
14+
# update README badge only if the README file changes
15+
# or if the package.json file changes, or this file changes
16+
# IMPORTANT: branches must match
17+
branches:
18+
- master
19+
paths:
20+
- README.md
21+
- package.json
22+
- .github/workflows/badges.yml
1323

1424
jobs:
1525
badges:
16-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
1727
steps:
1828
- name: Checkout 🛎
1929
uses: actions/checkout@v3

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- src/**/*
88
- src/*
99
- test
10-
- .github/workflows/ci.yml
1110
- package.json
11+
- .github/workflows/ci.yml
1212

1313
pull_request:
1414
branches:
@@ -17,13 +17,13 @@ on:
1717
- src/**/*
1818
- src/*
1919
- test
20-
- .github/workflows/ci.yml
2120
- package.json
21+
- .github/workflows/ci.yml
2222

2323
jobs:
2424
test:
2525
runs-on: ubuntu-24.04
26-
name: Test on Node v20
26+
name: Test on Node
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20
42+
node-version: 22
4343
cache: pnpm
4444

4545
- name: Install Dependencies

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ on:
1616
branches: [ master ]
1717
paths:
1818
- src
19+
- package.json
1920
- .github/workflows/codeql.yml
2021
pull_request:
2122
# The branches below must be a subset of the branches above
2223
branches: [ master ]
2324
paths:
2425
- src
26+
- package.json
2527
- .github/workflows/codeql.yml
2628

2729
jobs:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![NPM Version](https://img.shields.io/npm/v/svg-path-commander.svg)](https://www.npmjs.com/package/svg-path-commander)
55
[![NPM Downloads](https://img.shields.io/npm/dm/svg-path-commander.svg)](http://npm-stat.com/charts.html?svg-path-commander)
66
[![jsDeliver](https://img.shields.io/jsdelivr/npm/hw/svg-path-commander)](https://www.jsdelivr.com/package/npm/svg-path-commander)
7-
[![typescript version](https://img.shields.io/badge/typescript-5.7.3-brightgreen)](https://www.typescriptlang.org/)
8-
[![vitest version](https://img.shields.io/badge/vitest-3.0.5-brightgreen)](https://vitest.dev/)
9-
[![vite version](https://img.shields.io/badge/vite-6.1.0-brightgreen)](https://vitejs.dev/)
7+
[![typescript version](https://img.shields.io/badge/typescript-5.8.3-brightgreen)](https://www.typescriptlang.org/)
8+
[![vitest version](https://img.shields.io/badge/vitest-3.1.4-brightgreen)](https://vitest.dev/)
9+
[![vite version](https://img.shields.io/badge/vite-6.3.5-brightgreen)](https://vitejs.dev/)
1010

1111
![image](./docs/assets/SVGPathCommander.svg)
1212

dist/svg-path-commander.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/svg-path-commander.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)