Skip to content

Commit 0da2957

Browse files
committed
Merge branch 'develop' into towerofnix-housekeeping/terser
2 parents fba9e33 + 9fd4b41 commit 0da2957

File tree

7 files changed

+17038
-49986
lines changed

7 files changed

+17038
-49986
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
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'
@@ -42,7 +42,7 @@ jobs:
4242
- run: npm test
4343
- run: npm run build
4444
- name: Deploy to GH Pages
45-
uses: peaceiris/actions-gh-pages@v3
45+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
publish_dir: playground

.github/workflows/update-i18n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
ci-cd:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: actions/setup-node@v3
19+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2121
with:
2222
cache: 'npm'
2323
node-version-file: '.nvmrc'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
18

0 commit comments

Comments
 (0)