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

chore(ci): use Node.js 14 to build project

This commit is contained in:
郭桓桓 2023-02-28 20:15:13 +08:00
parent 9572add1e3
commit 51f21ee9a7
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

View File

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