fix: typo
This commit is contained in:
parent
4041cc5e91
commit
ff735953c4
3 changed files with 10 additions and 14 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 18
|
||||||
- name: NPM Install and Test
|
- name: NPM Install and Test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x]
|
node-version: [16.x, 18.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
@ -111,7 +111,6 @@
|
||||||
letter-spacing: $letter-spacing-medium;
|
letter-spacing: $letter-spacing-medium;
|
||||||
@include non-cjk-block {
|
@include non-cjk-block {
|
||||||
letter-spacing: $letter-spacing-normal;
|
letter-spacing: $letter-spacing-normal;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
@ -119,10 +118,7 @@
|
||||||
code,
|
code,
|
||||||
heti-spacing,
|
heti-spacing,
|
||||||
[lang="en-US"] {
|
[lang="en-US"] {
|
||||||
/*
|
// There should be no leeter-spacing between English characters.
|
||||||
There should be no leeter-spacing between
|
|
||||||
English characters.
|
|
||||||
*/
|
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue