Skip to content

Commit 0f77314

Browse files
committed
feat: merged upstream b1bfa30
1 parent 72fa95c commit 0f77314

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+24848
-23366
lines changed

.circleci/config.yml

-61
This file was deleted.

.github/workflows/ci-cd.yml

+3-14
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
ci-cd:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
24-
- uses: wagoid/commitlint-github-action@v5
23+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
24+
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
2525
if: github.event_name == 'pull_request'
26-
- uses: actions/setup-node@v3
26+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2727
with:
2828
cache: 'npm'
2929
node-version-file: '.nvmrc'
@@ -41,14 +41,3 @@ jobs:
4141
mkdir -p ./test/results
4242
- run: npm test
4343
- run: npm run build
44-
- name: Deploy to GH Pages
45-
uses: peaceiris/actions-gh-pages@v3
46-
with:
47-
github_token: ${{ secrets.GITHUB_TOKEN }}
48-
publish_dir: playground
49-
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
50-
- name: semantic-release
51-
env:
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
run: npx --no -- semantic-release

.github/workflows/update-i18n.yml

-39
This file was deleted.

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
18

0 commit comments

Comments
 (0)