Skip to content

Commit 9e0fefb

Browse files
committed
v1.2.4
1 parent f5e8648 commit 9e0fefb

File tree

4 files changed

+574
-251
lines changed

4 files changed

+574
-251
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.11.1'
17+
node-version: '20.13.1'
1818

1919
- run: npm ci
2020
- run: npm run format:check

.github/workflows/ci-full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.11.1'
17+
node-version: '20.13.1'
1818

1919
- run: npm ci
2020
- run: npm run format:check
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-node@v4
4949
with:
50-
node-version: '20.11.1'
50+
node-version: '20.13.1'
5151
registry-url: 'https://registry.npmjs.org'
5252
- run: npm ci
5353
- run: npm run build

0 commit comments

Comments
 (0)