From 8f7e461b6ff2008a8fd54f4f185dad00d7e2250e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 8 Mar 2024 17:14:22 +0800 Subject: [PATCH] ci: update actions' verions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17dd49b..1663a05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,16 +19,16 @@ jobs: - macos-latest - windows-latest node-version: - - 16 + - 20 name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4 with: submodules: 'recursive' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm'