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

Compare commits

...

2 Commits

Author SHA1 Message Date
865a3d89d7 chore: release v0.0.0-20230228.10 2023-02-28 20:15:33 +08:00
51f21ee9a7 chore(ci): use Node.js 14 to build project 2023-02-28 20:15:13 +08:00
3 changed files with 10 additions and 5 deletions

View File

@ -17,17 +17,22 @@ jobs:
with:
fetch-depth: 0
# Step II
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
# Step III
- name: Install Dependencies
run: npm ci
# Step III
# Step IV
- name: Build Project
run: npm run build
# Step IV
# Step V
- name: Publish to NPM Registry
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
# Step V
# Step VI
- name: Generate Changelog
run: npx changelogithub@0.12
env:

2
package-lock.json generated
View File

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

View File

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