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 16 to build project

This commit is contained in:
2023-02-28 20:17:24 +08:00
parent 865a3d89d7
commit 2ffbf81303

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
# Step III
- name: Install Dependencies
run: npm ci