From ab7f4e20f17a58397ebda3debd8b64f71f162c44 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sun, 28 Jan 2024 06:57:17 +0800 Subject: [PATCH] ci: use node lts --- .github/workflows/ci.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b4c483..64a7750 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Set node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: lts/* cache: pnpm - name: Install @@ -43,7 +43,7 @@ jobs: - name: Set node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: lts/* cache: pnpm - name: Install @@ -60,7 +60,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [lts/*] os: [ubuntu-latest] fail-fast: false diff --git a/package.json b/package.json index a09bb93..3b0f44e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "version": "1.2.2", "private": true, - "packageManager": "pnpm@8.14.3", + "packageManager": "pnpm@8.15.0", "engines": { "node": ">=16" },