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

Compare commits

...

4 Commits

4 changed files with 10 additions and 5 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies

View File

@ -6,7 +6,7 @@ on:
- 'v*'
jobs:
# NPM Registry Release
# NPM Registry & GitHub Release
release:
# Use Ubuntu 22.04
runs-on: ubuntu-22.04
@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
@ -38,3 +38,8 @@ jobs:
run: npx changelogithub@0.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Step VII
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
files: dist/*

2
package-lock.json generated
View File

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

View File

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