Skip to content

Commit a628c95

Browse files
authored
feat: v4 (#427)
1 parent de78ac1 commit a628c95

File tree

4 files changed

+464
-536
lines changed

4 files changed

+464
-536
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v5
2424
with:
25-
node-version: 20.x
25+
node-version-file: package.json
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run format-check

.github/workflows/update-major-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: choice
1212
description: The major version tag to update
1313
options:
14-
- v3
14+
- v4
1515

1616
jobs:
1717
tag:

0 commit comments

Comments
 (0)