1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

Compare commits

...

3 Commits

4 changed files with 6 additions and 6 deletions

View File

@ -22,12 +22,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
run: npm ci
# Step IV
- name: Lint
- name: Test Lint
run: npm run lint
# Test Build
build:
@ -47,7 +47,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
run: npm ci

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
run: npm ci

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230302.5",
"version": "0.0.0-20230302.6",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230302.5",
"version": "0.0.0-20230302.6",
"description": "A simple and customizable markdown CSS stylesheet for everyone.",
"keywords": [
"markdown",