From 0d725a9c632841b55e88805ed7402ca9526d039b Mon Sep 17 00:00:00 2001 From: Lu Fei <52o@qq52o.cn> Date: Sat, 29 Jul 2023 00:55:11 +0800 Subject: [PATCH] ci: change node-version (#204) --- .github/workflows/docsify-cli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docsify-cli.yml b/.github/workflows/docsify-cli.yml index 2772026..25afeb9 100644 --- a/.github/workflows/docsify-cli.yml +++ b/.github/workflows/docsify-cli.yml @@ -13,12 +13,12 @@ jobs: strategy: matrix: os: [ macos-latest, ubuntu-latest, windows-latest ] - node-version: [ 12.x, 14.x ] + node-version: [ 14.x, 16.x, lts/* ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}