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 version lts/* at lint and release

This commit is contained in:
2023-03-06 22:12:09 +08:00
parent e9264bfa01
commit 28fcbf66a8
2 changed files with 3 additions and 3 deletions

View File

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